
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
github.com/zen37/npm_packages
https://docs.npmjs.com/about-semantic-versioning
Range Syntax | Explanation | Example | Includes |
---|---|---|---|
1.2.3 | Exact version. Only this specific version is allowed. | 1.2.3 | Only 1.2.3 |
>1.2.3 | Greater than a specific version. Excludes the specified version itself. | >1.2.3 | Versions greater than 1.2.3 (e.g., 1.2.4 , 1.3.0 , 2.0.0 ) |
<2.0.0 | Less than a specific version. Excludes the specified version itself. | <2.0.0 | Versions less than 2.0.0 (e.g., 1.2.3 , 1.9.9 ) |
>=1.2.3 | Greater than or equal to a specific version. | >=1.2.3 | Versions 1.2.3 and greater (e.g., 1.2.3 , 1.3.0 , 2.0.0 ) |
<=2.0.0 | Less than or equal to a specific version. | <=2.0.0 | Versions 2.0.0 and less (e.g., 1.2.3 , 1.9.9 , 2.0.0 ) |
1.2.3 - 2.0.0 | Range from the starting version to the ending version, inclusive of both endpoints. | 1.2.3 - 2.0.0 | Versions from 1.2.3 to 2.0.0 , inclusive. |
>=1.2.3 <2.0.0 | Range from the starting version (inclusive) to the ending version (exclusive). | >=1.2.3 <2.0.0 | Versions from 1.2.3 up to, but not including, 2.0.0 |
~1.2.3 | Tilde range. Allows patch updates within the specified minor version. | ~1.2.3 | Versions from 1.2.3 to <1.3.0 |
^1.2.3 | Caret range. Allows updates to minor and patch versions, but not major versions. | ^1.2.3 | Versions from 1.2.3 to <2.0.0 |
~1.2.3-beta.1 | Tilde range with pre-release. Allows patch updates within the specified pre-release version. | ~1.2.3-beta.1 | Versions from 1.2.3-beta.1 to <1.3.0 |
^1.2.3-beta.1 | Caret range with pre-release. Allows updates to minor and patch versions, including pre-releases, but not major versions. | ^1.2.3-beta.1 | Versions from 1.2.3-beta.1 to <2.0.0 |
* | Wildcard. Matches any version. | * | Any version |
FAQs
Unknown package
Did you know?
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.