mongodb-language-model
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -5,3 +5,3 @@ { | ||
"author": "Thomas Rueckstiess <thomas@mongodb.com>", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"bugs": "https://github.com/mongodb-js/mongodb-language-model/issues", | ||
@@ -33,3 +33,4 @@ "homepage": "https://github.com/mongodb-js/mongodb-language-model", | ||
"fmt": "mongodb-js-fmt ./*.js ./test/*.js", | ||
"compile": "npm run babel & npm run pegjs", | ||
"compile": "npm run babel && npm run pegjs", | ||
"postcompile": "babel ./lib/parser.js --out-file ./lib/parser.js", | ||
"babel": "babel ./src --out-dir ./lib", | ||
@@ -36,0 +37,0 @@ "pegjs": "pegjs -o ./lib/parser.js < ./src/grammar.pegjs", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
407835
7830
1