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

nearley

Package Overview
Dependencies
Maintainers
1
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.7.4 to 2.7.5

2

lib/nearley.js

@@ -167,3 +167,3 @@ (function () {

if (r.postprocess) {
copy.data[copy.data.length-1] = r.postprocess([], this.reference);
copy.data[copy.data.length-1] = r.postprocess([], me.reference);
} else {

@@ -170,0 +170,0 @@ copy.data[copy.data.length-1] = [];

{
"name": "nearley",
"version": "2.7.4",
"version": "2.7.5",
"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