@mongosh/service-provider-server
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@mongosh/service-provider-server", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "MongoDB Shell Server Service Provider Package", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"lint": "eslint --report-unused-disable-directives \"./{src,test}/**/*.{js,ts,tsx}\"", | ||
"check": "npm run lint && depcheck --skip-missing=true" | ||
"check": "npm run lint && depcheck --skip-missing=true --ignores aws4" | ||
}, | ||
@@ -42,7 +42,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@mongosh/errors": "1.1.1", | ||
"@mongosh/service-provider-core": "1.1.1", | ||
"@mongosh/types": "1.1.1", | ||
"@mongosh/errors": "1.1.2", | ||
"@mongosh/service-provider-core": "1.1.2", | ||
"@mongosh/types": "1.1.2", | ||
"@types/sinon-chai": "^3.2.3", | ||
"mongodb": "^4.1.3", | ||
"aws4": "^1.11.0", | ||
"mongodb": "^4.1.4", | ||
"mongodb-connection-string-url": "^2.0.0", | ||
@@ -57,3 +58,3 @@ "saslprep": "mongodb-js/saslprep#v1.0.4" | ||
}, | ||
"gitHead": "ecf5653fa1520731a3e9172550278f68f0784923" | ||
"gitHead": "e4578cbedaac1dbc101e8ed61dce37f5b01d1a2c" | ||
} |
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
174721
12
+ Addedaws4@^1.11.0
+ Added@mongosh/errors@1.1.2(transitive)
+ Added@mongosh/i18n@1.1.2(transitive)
+ Added@mongosh/service-provider-core@1.1.2(transitive)
+ Added@mongosh/types@1.1.2(transitive)
+ Addedaws4@1.13.2(transitive)
- Removed@mongosh/errors@1.1.1(transitive)
- Removed@mongosh/i18n@1.1.1(transitive)
- Removed@mongosh/service-provider-core@1.1.1(transitive)
- Removed@mongosh/types@1.1.1(transitive)
Updated@mongosh/errors@1.1.2
Updated@mongosh/types@1.1.2
Updatedmongodb@^4.1.4