@cumulus/common
Advanced tools
Comparing version 9.4.1 to 9.4.2
@@ -5,2 +5,3 @@ import BucketsConfig = require('./BucketsConfig'); | ||
export * as envUtils from './env'; | ||
export * as fakeProvider from './fake-provider'; | ||
export * as keyPairProvider from './key-pair-provider'; | ||
@@ -7,0 +8,0 @@ export * as log from './log'; |
@@ -27,2 +27,3 @@ "use strict"; | ||
exports.envUtils = __importStar(require("./env")); | ||
exports.fakeProvider = __importStar(require("./fake-provider")); | ||
exports.keyPairProvider = __importStar(require("./key-pair-provider")); | ||
@@ -29,0 +30,0 @@ exports.log = __importStar(require("./log")); |
{ | ||
"name": "@cumulus/common", | ||
"version": "9.4.1", | ||
"version": "9.4.2", | ||
"description": "Common utilities used across tasks", | ||
@@ -44,4 +44,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cumulus/errors": "9.4.1", | ||
"@cumulus/logger": "9.4.1", | ||
"@cumulus/errors": "9.4.2", | ||
"@cumulus/logger": "9.4.2", | ||
"ajv": "^6.12.3", | ||
@@ -51,2 +51,3 @@ "aws-sdk": "^2.585.0", | ||
"fs-extra": "^5.0.0", | ||
"is-ip": "^3.1.0", | ||
"jsonpath-plus": "^3.0.0", | ||
@@ -68,3 +69,3 @@ "lodash": "^4.17.20", | ||
}, | ||
"gitHead": "fce4415918c43a6a14d46ac7d9572f5a97a98a45" | ||
"gitHead": "93ac169ad2ef47ea3ba207e686d9aa870c5d8bcc" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
68883
40
1427
17
21
+ Addedis-ip@^3.1.0
+ Added@cumulus/errors@9.4.2(transitive)
+ Added@cumulus/logger@9.4.2(transitive)
+ Addedip-regex@4.3.0(transitive)
+ Addedis-ip@3.1.0(transitive)
- Removed@cumulus/errors@9.4.1(transitive)
- Removed@cumulus/logger@9.4.1(transitive)
Updated@cumulus/errors@9.4.2
Updated@cumulus/logger@9.4.2