Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cumulus/cmr-client

Package Overview
Dependencies
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/cmr-client - npm Package Compare versions

Comparing version 1.13.2 to 1.13.3

2

getUrl.js

@@ -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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc