mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7 to 0.0.0-next-bf76e6d6c59de958377825c5a6fd0ab1f00b373b
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7", | ||
"version": "0.0.0-next-bf76e6d6c59de958377825c5a6fd0ab1f00b373b", | ||
"repository": { | ||
@@ -44,3 +44,3 @@ "type": "git", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"depcheck": "compass-scripts check-peer-deps && depcheck", | ||
"check": "npm run typecheck && npm run lint && npm run depcheck", | ||
@@ -55,10 +55,9 @@ "check-ci": "npm run check", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-bf76e6d6c59de958377825c5a6fd0ab1f00b373b", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-bf76e6d6c59de958377825c5a6fd0ab1f00b373b", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-bf76e6d6c59de958377825c5a6fd0ab1f00b373b", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-bf76e6d6c59de958377825c5a6fd0ab1f00b373b", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon-chai": "^3.2.5", | ||
"bson": "^6.3.0", | ||
"chai": "^4.3.6", | ||
@@ -75,5 +74,6 @@ "depcheck": "^1.4.1", | ||
"dependencies": { | ||
"bson": "^6.7.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7" | ||
"gitHead": "bf76e6d6c59de958377825c5a6fd0ab1f00b373b" | ||
} |
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
44688
16
2
+ Addedbson@^6.7.0
+ Addedbson@6.10.0(transitive)