New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bson-transpilers

Package Overview
Dependencies
Maintainers
31
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bson-transpilers - npm Package Compare versions

Comparing version

to
0.13.4

anna_herlihy_bson_transpilers.pdf

6

CONTRIBUTING.md

@@ -16,3 +16,3 @@ # Contributing to bson-transpilers

```shell
$ cd /usr/local/lib && curl -O http://www.antlr.org/download/antlr-4.7.1-complete.jar
$ cd /usr/local/lib && curl -O http://www.antlr.org/download/antlr-4.7.2-complete.jar
```

@@ -22,3 +22,3 @@

```shell
$ export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"
$ export CLASSPATH=".:/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH"
```

@@ -28,3 +28,3 @@

```shell
$ alias antlr4='java -Xmx500M -cp "/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH" org.antlr.v4.Tool' && alias grun='java org.antlr.v4.gui.TestRig'
$ alias antlr4='java -Xmx500M -cp "/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH" org.antlr.v4.Tool' && alias grun='java org.antlr.v4.gui.TestRig'
```

@@ -31,0 +31,0 @@

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

// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.1
// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.2
// jshint ignore: start

@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index');

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

// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.1
// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.2
// jshint ignore: start

@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index');

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

// Generated from grammars/Python3.g4 by ANTLR 4.7.1
// Generated from grammars/Python3.g4 by ANTLR 4.7.2
// jshint ignore: start

@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index');

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

// Generated from grammars/Python3.g4 by ANTLR 4.7.1
// Generated from grammars/Python3.g4 by ANTLR 4.7.2
// jshint ignore: start

@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index');

{
"name": "bson-transpilers",
"version": "0.13.3",
"version": "0.13.4",
"apiVersion": "0.0.1",

@@ -16,4 +16,4 @@ "productName": "BSON Transpilers",

"compile": "npm run antlr4-js && npm run antlr4-py && npm run symbol-table",
"antlr4-js": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/ECMAScript.g4",
"antlr4-py": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/Python3.g4",
"antlr4-js": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/ECMAScript.g4",
"antlr4-py": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/Python3.g4",
"symbol-table": "node compile-symbol-table.js",

@@ -40,3 +40,3 @@ "test": "npm run symbol-table && mocha",

"dependencies": {
"antlr4": "^4.7.1",
"antlr4": "4.7.2",
"bson": "^4.0.2",

@@ -43,0 +43,0 @@ "chai": "^4.1.2",

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 too big to display

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