New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cumulus/cmr-client

Package Overview
Dependencies
Maintainers
7
Versions
152
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.4 to 1.13.5

6

getUrl.js

@@ -57,7 +57,5 @@ 'use strict';

if (cmrEnv === 'OPS') {
url = 'https://api.echo.nasa.gov/echo-rest/tokens/';
} else if (cmrEnv === 'SIT') {
url = 'https://testbed.echo.nasa.gov/echo-rest/tokens/';
url = 'https://cmr.earthdata.nasa.gov/legacy-services/rest/tokens';
} else {
url = 'https://api-test.echo.nasa.gov/echo-rest/tokens/';
url = 'https://cmr.uat.earthdata.nasa.gov/legacy-services/rest/tokens';
}

@@ -64,0 +62,0 @@ break;

{
"name": "@cumulus/cmr-client",
"version": "1.13.4",
"version": "1.13.5",
"engines": {

@@ -35,3 +35,3 @@ "node": ">=8.10.0"

"dependencies": {
"@cumulus/logger": "1.13.4",
"@cumulus/logger": "1.13.5",
"got": "^9.6.0",

@@ -50,3 +50,3 @@ "lodash.get": "^4.4.2",

},
"gitHead": "20aca4ba31c61151e3ec8ce703daa130dabada86"
"gitHead": "26bd90188a30af721dcd31efb2b01f33265c4b2c"
}
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