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.14.0 to 1.14.1

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.14.0",
"version": "1.14.1",
"engines": {

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

"dependencies": {
"@cumulus/logger": "1.14.0",
"@cumulus/logger": "1.14.1",
"got": "^9.6.0",

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

},
"gitHead": "545de822b548ebaec705b273cc090e5b8879ea3d"
"gitHead": "21573258d928168b03b04f4a8063236414506119"
}
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