Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.2.4 to 2.2.5

5

index.js

@@ -1,2 +0,1 @@

const GenerateTM = require('./src/tm-gen.js');
const Compile = require('./src/compiler.js');

@@ -28,3 +27,3 @@ const Message = require('./src/message.js');

if (parse.hasError || parse.isPartial) {
if (parse.hasError || parse.isPartial) {
let ref = null;

@@ -54,2 +53,2 @@ if (parse.tree instanceof types.BNF_SyntaxError) {

module.exports = { Compile, Parse, Build, types, BNF_SYNTAX, Message, GenerateTM };
module.exports = { Compile, Parse, Build, types, BNF_SYNTAX, Message };

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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