New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

binary-parser

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-parser - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

.prettierrc

26

package.json
{
"name": "binary-parser",
"version": "1.3.2",
"version": "1.3.3",
"description": "Blazing-fast binary parser builder",
"main": "lib/binary_parser.js",
"main": "dist/binary_parser.js",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"prettier": "^1.9.2"
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"prettier": "^1.9.2",
"@types/node": "^12.0.4",
"typescript": "^3.5.1"
},
"scripts": {
"fmt": "npx prettier --write '{lib,test,example}/**/*.js'",
"check-fmt": "npx prettier --list-different '{lib,test,example}/**/*.js'",
"test": "npx mocha --reporter spec",
"cover": "npx istanbul cover --report html node_modules/.bin/_mocha"
"fmt": "npx prettier --write \"{lib,example,test}/**/*.{ts,js}\"",
"check-fmt": "npx prettier --list-different \"{lib,example,test}/**/*.{ts,js}\"",
"test": "npx mocha",
"cover": "npx nyc --reporter html mocha"
},

@@ -37,6 +39,8 @@ "keywords": [

"bugs": "http://github.com/keichi/binary-parser/issues",
"dependencies": {},
"engines": {
"node": ">=5.10.0"
"node": ">=5.10.0"
},
"dependencies": {
"mocha-junit-reporter": "^1.22.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc