
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
js-nfc-wifi-parser
Advanced tools
parsing library for NFC WiFi application/vnd.wfa.wsc Mimetype Tags according to WiFi Alliance
parsing library for NFC WiFi application/vnd.wfa.wsc Mimetype Tags according to WiFi Alliance
The library is based on the Google Android Implementaiton according to WIFi Alliance Wi-Fi Protected Setup Specification
Simply inlude via
<script src="bower_components/js-nfc-wifi-parser/dist/nfc-wifi-parser.js"></script>
or via
var nfcWifiParser = require('js-nfc-wifi-parser');
and use with
var nfcPayload = [16, 14, 0, 62, 16, 38, 0, 1, 1, 16, 69, 0, 11, 87, 76, 65, 78, 45, 56, 50, 67, 81, 90, 54, 16, 3, 0, 2, 0, 34, 16, 15, 0, 2, 0, 12, 16, 39, 0, 16, 52, 57, 53, 54, 52, 52, 53, 54, 56, 48, 51, 57, 48, 50, 54, 51, 16, 32, 0, 6, -1, -1, -1, -1, -1, -1];
nfcWifiParser.parseBytes(nfcPayload, function (err, result) {
console.log(result);
done();
})
FAQs
parsing library for NFC WiFi application/vnd.wfa.wsc Mimetype Tags according to WiFi Alliance
The npm package js-nfc-wifi-parser receives a total of 0 weekly downloads. As such, js-nfc-wifi-parser popularity was classified as not popular.
We found that js-nfc-wifi-parser 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
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.