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.4.1 to 2.4.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# v2.4.2
* Fix issue with automatically loading Alchemy* credentials from the Bluemix environment
# v2.4.1

@@ -2,0 +5,0 @@ * Revert part of credential change: Alchemy* services again use `apikey` while visual recognition uses `api_key`

2

lib/base_service_alchemy.js

@@ -28,3 +28,3 @@ 'use strict';

{},
this.getCredentialsFromBluemix(this.name), // todo: test if this works
this.getCredentialsFromBluemix('alchemy_api'), // this is the same for all Alchemy* services
this.getCredentialsFromEnvironment(this.name),

@@ -31,0 +31,0 @@ options

{
"name": "watson-developer-cloud",
"version": "2.4.1",
"version": "2.4.2",
"description": "Client library to use the IBM Watson Services and AlchemyAPI",

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

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