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

pegjs

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pegjs - npm Package Compare versions

Comparing version 0.11.0-dev.224 to 0.11.0-dev.225

4

lib/compiler/passes/generate-js.js

@@ -151,3 +151,5 @@ /* eslint no-mixed-operators: 0, prefer-const: 0 */

"",
"var rule$expects = peg$expect;",
"var rule$expects = function (expected) {",
" if (peg$silentFails === 0) peg$expect(expected);",
"}",
""

@@ -154,0 +156,0 @@ ].join( "\n" ) );

{
"name": "pegjs",
"version": "0.11.0-dev.224",
"version": "0.11.0-dev.225",
"description": "Parser generator for JavaScript",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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