mongodb-language-model
Advanced tools
Comparing version 1.6.1 to 1.7.0
@@ -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" | ||
} |
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
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
256339
5
1