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.10 to 2.7.11

.nojekyll

1

bin/nearley-test.js

@@ -22,2 +22,3 @@ #!/usr/bin/env node

help: "An input string to parse (if not provided then read from stdin)",
type: 'string',
})

@@ -24,0 +25,0 @@ .option('start', {

2

package.json
{
"name": "nearley",
"version": "2.7.10",
"version": "2.7.11",
"description": "Simple, fast, powerful parser toolkit for JavaScript.",

@@ -5,0 +5,0 @@ "main": "lib/nearley.js",

@@ -383,6 +383,4 @@ ```

JS-savant could implement.
- Implement Joop Leo's right-recursion algorithm.
- Ports to other languages! `pearley` for Python and `cearley` for C would be
awesome.
- Help build the builtins library by PRing in your favorite primitives.
- Solutions to issues labeled "up for grabs" on the issue tracker.

@@ -405,2 +403,5 @@ Nearley is MIT licensed.

Vim users can use [this plugin](https://github.com/andres-arana/vim-nearley) by
Andrés Arana.
Further reading

@@ -407,0 +408,0 @@ ---------------

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