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

mongodb-language-model

Package Overview
Dependencies
Maintainers
30
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.6.1 to 1.7.0

21

package.json

@@ -5,3 +5,3 @@ {

"author": "Thomas Rueckstiess <thomas@mongodb.com>",
"version": "1.6.1",
"version": "1.7.0",
"bugs": "https://github.com/mongodb-js/mongodb-language-model/issues",

@@ -13,7 +13,2 @@ "homepage": "https://github.com/mongodb-js/mongodb-language-model",

},
"dependency-check": {
"entries": [
"./index.js"
]
},
"license": "Apache-2.0",

@@ -31,15 +26,19 @@ "keywords": [

"pegjs": "pegjs -o ./parser.js < ./grammar.pegjs",
"check": "mongodb-js-precommit",
"check": "npm run lint && npm run depcheck",
"prepublishOnly": "npm run compile",
"pretest": "npm run compile",
"precheck": "npm run compile"
"precheck": "npm run compile",
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
"depcheck": "depcheck || echo \"!!! Dependency check failed, but the failure is ignored by now. This should be addressed in COMPASS-4772 !!!\"",
"test-ci": "npm run test"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"depcheck": "^1.4.0",
"eslint": "^7.25.0",
"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^7.0.0",
"mongodb-js-precommit": "^2.0.0",
"pegjs": "^0.10.0"
}
},
"gitHead": "2b1a580a98cbc1b63aa54f723a43f1696300a43e"
}
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