@cumulus/common
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@cumulus/common", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Common utilities used across tasks", | ||
@@ -28,6 +28,6 @@ "keywords": [ | ||
"clean": "rm -f *.d.ts *.map", | ||
"prepare": "npm run tsc", | ||
"test": "../../node_modules/.bin/ava", | ||
"test:coverage": "../../node_modules/.bin/nyc npm test", | ||
"tsc": "../../node_modules/.bin/tsc", | ||
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles", | ||
"watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'" | ||
@@ -44,5 +44,5 @@ }, | ||
"dependencies": { | ||
"@cumulus/errors": "3.0.0", | ||
"@cumulus/logger": "3.0.0", | ||
"ajv": "^5.2.2", | ||
"@cumulus/errors": "3.0.1", | ||
"@cumulus/logger": "3.0.1", | ||
"ajv": "^6.12.3", | ||
"aws-sdk": "^2.585.0", | ||
@@ -54,3 +54,3 @@ "follow-redirects": "^1.2.4", | ||
"jsonpath-plus": "^3.0.0", | ||
"lodash": "^4.17.15", | ||
"lodash": "^4.17.20", | ||
"node-forge": "^0.10.0", | ||
@@ -72,3 +72,3 @@ "p-limit": "^2.0.0", | ||
}, | ||
"gitHead": "d0abebc313a6622c255094b619ece161e8ef9c09" | ||
"gitHead": "43b2dbbf32e3aac66fed01ed233b2102d1d30f00" | ||
} |
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
69651
+ Added@cumulus/errors@3.0.1(transitive)
+ Added@cumulus/logger@3.0.1(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addeduri-js@4.4.1(transitive)
- Removed@cumulus/errors@3.0.0(transitive)
- Removed@cumulus/logger@3.0.0(transitive)
- Removedajv@5.5.2(transitive)
- Removedco@4.6.0(transitive)
- Removedfast-deep-equal@1.1.0(transitive)
- Removedjson-schema-traverse@0.3.1(transitive)
Updated@cumulus/errors@3.0.1
Updated@cumulus/logger@3.0.1
Updatedajv@^6.12.3
Updatedlodash@^4.17.20