Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nearley

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nearley - npm Package Compare versions

Comparing version 2.19.2 to 2.19.3

2

lib/nearley.js

@@ -359,3 +359,3 @@ (function(root, factory) {

.map(function(state) {
return this.buildFirstStateStack(state, []);
return this.buildFirstStateStack(state, []) || [state];
}, this);

@@ -362,0 +362,0 @@ // Display each state that is expecting a terminal symbol next.

{
"name": "nearley",
"version": "2.19.2",
"version": "2.19.3",
"description": "Simple, fast, powerful parser toolkit for JavaScript.",

@@ -5,0 +5,0 @@ "main": "lib/nearley.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