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

chevrotain

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chevrotain - npm Package Compare versions

Comparing version 0.5.15 to 0.5.16

2

bin/chevrotain.d.ts

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

/*! chevrotain - v0.5.15 - 2016-01-18 */
/*! chevrotain - v0.5.16 - 2016-01-29 */
declare namespace chevrotain {

@@ -3,0 +3,0 @@ class HashTable<V>{}

@@ -13,3 +13,3 @@ var parser_public_1 = require("./parse/parser_public");

// semantic version
API.VERSION = "0.5.15";
API.VERSION = "0.5.16";
// runtime API

@@ -16,0 +16,0 @@ API.Parser = parser_public_1.Parser;

@@ -123,3 +123,3 @@ /*

function contains(arr, item) {
return find(arr, function (currItem) { return currItem === item; }) ? true : false;
return find(arr, function (currItem) { return currItem === item; }) !== undefined ? true : false;
}

@@ -126,0 +126,0 @@ exports.contains = contains;

{
"name": "chevrotain",
"version": "0.5.15",
"version": "0.5.16",
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers",

@@ -81,3 +81,3 @@ "keywords": [

"load-grunt-tasks": "^3.4.0",
"lodash": "^3.10.1",
"lodash": "^4.0.0",
"mocha": "^2.3.4",

@@ -84,0 +84,0 @@ "requirejs": "^2.1.22",

@@ -60,3 +60,3 @@ [![npm version](https://badge.fury.io/js/chevrotain.svg)](http://badge.fury.io/js/chevrotain)

* [Latest released version's HTML docs](http://sap.github.io/chevrotain/documentation)
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_15/classes/chevrotain.parser.html#at_least_one)
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_16/classes/parser.html#at_least_one)

@@ -63,0 +63,0 @@ * Annotated source code (dev version):

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

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

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