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

mongodb-language-model

Package Overview
Dependencies
Maintainers
38
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-language-model - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

5

package.json

@@ -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",

lib/parser.js

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