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

bnf-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

bnf-parser - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

.github/workflows/npm-load-check.yml

0

.vscode/settings.json

@@ -0,0 +0,0 @@ {

9

package.json
{
"name": "bnf-parser",
"version": "3.1.2",
"version": "3.1.3",
"description": "Deterministic BNF compiler/parser",

@@ -8,5 +8,5 @@ "main": "./bin/index.js",

"test": "node ./test",
"build": "npm run build-ts & npm run build-syntax",
"build-ts": "tsc",
"build-syntax": "node ./bin/build.js --verbose"
"build": "run-s build:*",
"build:ts": "tsc",
"build:syntax": "node ./bin/build.js --verbose"
},

@@ -29,2 +29,3 @@ "repository": {

"getopts": "^2.3.0",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",

@@ -31,0 +32,0 @@ "typescript": "^4.8.4"

Sorry, the diff of this file is not supported yet

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