@cumulus/cmr-client
Advanced tools
Comparing version 1.13.2 to 1.13.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
env, | ||
'uat' | ||
'sit' | ||
); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@cumulus/cmr-client", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"engines": { | ||
@@ -35,3 +35,3 @@ "node": ">=8.10.0" | ||
"dependencies": { | ||
"@cumulus/logger": "1.13.2", | ||
"@cumulus/logger": "1.13.3", | ||
"got": "^9.6.0", | ||
@@ -50,3 +50,3 @@ "lodash.get": "^4.4.2", | ||
}, | ||
"gitHead": "f1728415373d20055e1dd5b9b21088bd3c464aa0" | ||
"gitHead": "bbdc8ccc8b5075e01561e0d5d07361347b5320c4" | ||
} |
@@ -28,4 +28,4 @@ 'use strict'; | ||
recursive = true, | ||
cmrLimit, | ||
cmrPageSize | ||
cmrLimit = process.env.CMR_LIMIT, | ||
cmrPageSize = process.env.CMR_PAGE_SIZE | ||
}) { | ||
@@ -32,0 +32,0 @@ const recordsLimit = cmrLimit || 100; |
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 2 instances 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
41399
3
+ Added@cumulus/logger@1.13.3(transitive)
- Removed@cumulus/logger@1.13.2(transitive)
Updated@cumulus/logger@1.13.3