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

watson-developer-cloud

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watson-developer-cloud - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

5

lib/base_service_alchemy.js

@@ -42,7 +42,8 @@ 'use strict';

*
* @param {String} name
* @returns {{api_key: String|undefined}}
*/
BaseService.prototype.getCredentialsFromEnvironment = function() {
BaseServiceAlchemy.prototype.getCredentialsFromEnvironment = function(name) {
return {
api_key: process.env[this.name.toUpperCase() + '_API_KEY']
api_key: process.env[name.toUpperCase() + '_API_KEY']
}

@@ -49,0 +50,0 @@ };

2

package.json
{
"name": "watson-developer-cloud",
"version": "2.1.3",
"version": "2.1.4",
"description": "Client library to use the IBM Watson Services and AlchemyAPI",

@@ -5,0 +5,0 @@ "main": "./lib/index",

@@ -10,4 +10,3 @@ Watson Developer Cloud Node.js SDK

Node client library to use the [Watson Developer Cloud][wdc] services, a collection of REST
APIs and SDKs that use cognitive computing to solve complex problems.
Node.js client library to use the [Watson Developer Cloud][wdc] services, a collection of APIs that use cognitive computing to solve complex problems.

@@ -14,0 +13,0 @@ ## Table of Contents

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