Socket
Book a DemoInstallSign in
Socket

github.com/zen37/npm_packages

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zen37/npm_packages

v0.0.0-20240805133913-76474f7f1d1c
Source
Go
Version published
Created
Source

https://docs.npmjs.com/about-semantic-versioning

Range SyntaxExplanationExampleIncludes
1.2.3Exact version. Only this specific version is allowed.1.2.3Only 1.2.3
>1.2.3Greater than a specific version. Excludes the specified version itself.>1.2.3Versions greater than 1.2.3 (e.g., 1.2.4, 1.3.0, 2.0.0)
<2.0.0Less than a specific version. Excludes the specified version itself.<2.0.0Versions less than 2.0.0 (e.g., 1.2.3, 1.9.9)
>=1.2.3Greater than or equal to a specific version.>=1.2.3Versions 1.2.3 and greater (e.g., 1.2.3, 1.3.0, 2.0.0)
<=2.0.0Less than or equal to a specific version.<=2.0.0Versions 2.0.0 and less (e.g., 1.2.3, 1.9.9, 2.0.0)
1.2.3 - 2.0.0Range from the starting version to the ending version, inclusive of both endpoints.1.2.3 - 2.0.0Versions from 1.2.3 to 2.0.0, inclusive.
>=1.2.3 <2.0.0Range from the starting version (inclusive) to the ending version (exclusive).>=1.2.3 <2.0.0Versions from 1.2.3 up to, but not including, 2.0.0
~1.2.3Tilde range. Allows patch updates within the specified minor version.~1.2.3Versions from 1.2.3 to <1.3.0
^1.2.3Caret range. Allows updates to minor and patch versions, but not major versions.^1.2.3Versions from 1.2.3 to <2.0.0
~1.2.3-beta.1Tilde range with pre-release. Allows patch updates within the specified pre-release version.~1.2.3-beta.1Versions from 1.2.3-beta.1 to <1.3.0
^1.2.3-beta.1Caret range with pre-release. Allows updates to minor and patch versions, including pre-releases, but not major versions.^1.2.3-beta.1Versions from 1.2.3-beta.1 to <2.0.0
*Wildcard. Matches any version.*Any version

FAQs

Package last updated on 05 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.