
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.
node-imei is a helper module for IMEI validation and creation.
$ npm install imei
var imei = require('imei');
var anImei = '352099001761481'; var isValid = imei.isValid(anImei); // returns true
imei.next(anImei, function(e, next) { console.log(next); // logs '352099001761499' (the next IMEI in the range) });
Returns a boolean denoting whether the IMEI is valid see the standards. In practice this means a 15 digit number with a correct luhn digit.
Yields the next valid IMEI after prevIMEI. You can use this method to iterate up through valid IMEIs. It yields an error if either the prevIMEI is invalid or you have come to the end of the TAC range.
Pair programmed by Roy Lines and James Bloomer.
FAQs
Utilities for dealing with IMEIs
The npm package imei receives a total of 145 weekly downloads. As such, imei popularity was classified as not popular.
We found that imei demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.