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.4.2 to 0.4.3

2

bin/chevrotain.d.ts

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

/*! chevrotain - v0.4.2 - 2015-06-28 */
/*! chevrotain - v0.4.3 - 2015-06-29 */
declare module chevrotain {

@@ -3,0 +3,0 @@ module lang {

{
"name": "chevrotain",
"version": "0.4.2",
"version": "0.4.3",
"description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers",

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

"dependencies": {
"lodash": "~3.9.3"
"lodash": "^3.9.3"
},

@@ -51,0 +51,0 @@ "devDependencies": {

@@ -35,3 +35,4 @@ [![Build Status](https://travis-ci.org/SAP/chevrotain.svg?branch=master)](https://travis-ci.org/SAP/chevrotain)

## Installation
* ```npm install chevrotain```
* **npm**: ```npm install chevrotain```
* **Bower** ```bower install chevrotain```
* or download directly from [github releases](https://github.com/SAP/chevrotain/releases/latest):

@@ -208,3 +209,4 @@ * the 'chevrotain-binaries-...' files contain the compiled javascript code.

* The aggregated Typescript definitions (**chevrotain.d.ts**) packaged in both the github and npm releases.
* The aggregated Typescript definitions [chevrotain.d.ts](https://github.com/SAP/chevrotain/blob/master/release/chevrotain.d.ts)
* Also packaged in both the github and npm releases.

@@ -215,7 +217,7 @@ ## Dependencies

## Compatibility
The Generated artifact(chevrotain.js) should run on any modern Javascript ES5 runtime.
The Generated artifact(chevrotain.js) should run on any modern Javascript ES5.1 runtime.
* The CI build runs the tests under Node.js.
* additionally local testing is done on latest versions of Chrome/Firefox/IE.
* Additionally local testing is done on latest versions of Chrome/Firefox/IE.
* The dependency to lodash is imported via [UMD](https://github.com/umdjs/umd),
in order to make chevrotain.js portable to multiple environments.

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