The symbols are part of the package-lock.json structure. Each package independently can be assigned either a specific version or a minimum version that is needed. i.e.)
In this example, cookie, cookie-signature, and debug will install their specific versions and depd needs at least 1.1.1, but would also accept something like 2.0.0 or 1.2.1
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The symbols are part of the
package-lock.jsonstructure. Each package independently can be assigned either a specific version or a minimum version that is needed. i.e.)In this example,
cookie,cookie-signature, anddebugwill install their specific versions anddepdneeds at least1.1.1, but would also accept something like2.0.0or1.2.1