@mongosh/errors
Advanced tools
Comparing version 1.10.6 to 2.0.0
{ | ||
"name": "@mongosh/errors", | ||
"version": "1.10.6", | ||
"version": "2.0.0", | ||
"description": "MongoDB Shell Errors Package", | ||
@@ -22,2 +22,4 @@ "homepage": "https://github.com/mongodb-js/mongosh", | ||
"test-ci": "node ../../scripts/run-if-package-requested.js npm test", | ||
"test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test", | ||
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci", | ||
"eslint": "eslint", | ||
@@ -36,16 +38,14 @@ "lint": "npm run eslint . && npm run prettier -- --check .", | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.2", | ||
"handlebars": "^4.7.7", | ||
"typescript": "^5.0.4" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-mongosh": "1.10.6", | ||
"@mongodb-js/eslint-config-mongosh": "^1.0.0", | ||
"@mongodb-js/prettier-config-devtools": "^1.0.1", | ||
"@mongodb-js/tsconfig-mongosh": "1.10.6", | ||
"@mongodb-js/tsconfig-mongosh": "^1.0.0", | ||
"chalk": "^4.1.2", | ||
"depcheck": "^1.4.3", | ||
"eslint": "^7.25.0", | ||
"prettier": "^2.8.8" | ||
"handlebars": "^4.7.7", | ||
"prettier": "^2.8.8", | ||
"typescript": "^5.0.4" | ||
}, | ||
"gitHead": "6bcde16381f6258d9be713998c67c48a99cfd691" | ||
"gitHead": "60053aa2f37dc6c3e4fe059e806565ec51ece9e8" | ||
} |
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
53801
0
9
- Removedchalk@^4.1.2
- Removedhandlebars@^4.7.7
- Removedtypescript@^5.0.4
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedhandlebars@4.7.8(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedneo-async@2.6.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtypescript@5.6.3(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedwordwrap@1.0.0(transitive)