
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
nfc-phones-list
Advanced tools
A list of NFC phones and tablets.
See Demo here.
The nfc-phones-list
package can be installed through npm:
npm install nfc-phones-list --save
Or through Bower:
bower install nfc-phones-list --save
Alternatively, the following files are available in the dist
directory:
nfcList.json
JSON formated and indented nfc phones and tablets list.nfcList.min.json
JSON minified nfc phones and tablets list.The data
directory contains lists of phones and tablets in JSON files.
Each file contains an array of devices for a manufacturer. A device is defined by:
manufacturer
- Device manufacturermodel
- Device nameOS
- Device operating systemsserials
- Device serial(s)category
- Device category [phone, tablet, smartwear]release
- Device release date (timestamp) {
"manufacturer": "Samsung",
"model": "Galaxy S4",
"OS": ["Android"],
"serials": ["SPH-L720ZWRBST", "SCH-I545ZBAVZW]"],
"category": "phone",
"release": 1366927200000
},
FAQs
A list of NFC phones and tablets
The npm package nfc-phones-list receives a total of 3 weekly downloads. As such, nfc-phones-list popularity was classified as not popular.
We found that nfc-phones-list 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.