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

watson-developer-cloud

Package Overview
Dependencies
Maintainers
4
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 Versions

1
22

3.4.0

Diff

Changelog

Source

Version 3.4.0

4/26/18

  • Support for custom headers https://github.com/watson-developer-cloud/node-sdk#sending-request-headers

  • Support for retrieving HTTP response https://github.com/watson-developer-cloud/node-sdk#sending-request-headers

  • Support for IAM tokens, which will be supported by services in future releases.

anweshan
published 3.3.0 •

Changelog

Source

Version 3.3.0

4/5/18

  • Visual Recognition

    • New method getCoreMlModel adds support for CoreML
    • Breaking: detectFaces no longer supports identity information in the response.
      • name, score, type_hierarchy removed from response Release notes
  • Natural Language Classifier

  • New method 'classifyCollection`

Conversation/Assistant

  • timestamp parameters created and updated are optional, not required
  • context parameter is optional in message
anweshan
published 3.2.1 •

Changelog

Source

Version 3.2.1

3/15/18

  • Renames Assistant from v1-generated to v1
anweshan
published 3.2.0 •

Changelog

Source

Version 3.2.0

3/15/18

  • Adds Assistant Service (Conversation has been renamed to Assistant)
germanattanasio
published 3.1.1 •

Changelog

Source

Version 3.1.1

3/8/18

  • Adds warnings to methods with changed names
  • Ensures that new parameters are passed into methods when calling them using the older format used in the adapters.
germanattanasio
published 3.1.0 •

Changelog

Source

Version 3.1.0

3/7/18

Breaking changes:

Speech to text

  • param audio is now required in recognize method
  • methods createSession, deleteSession, getSessionStatus deprecated

Non Breaking:

  • All code is regenerated to reflect the newest versions of all services
  • Methods with exclusively text/plain body parameters now are correctly generated
  • Fixes linting in build
    • Adds new linter, tslint for typescript files

SpeechToText:

  • addAudio method: param audio_resource is now type ReadableStream|FileObject|Buffer instead of ByteArray[]
  • transfer-encoding is removed from recognize method

Conversation

  • include_audit parameters are now supported
  • node_visited_details is now supported

Tone Analyzer

  • Adds support for content_language for tone_chat endpoint

Visual Recognition

  • Items in ‘parameters’ are now top level params
germanattanasio
published 3.0.7 •

Changelog

Source

v3.0.7

  • services use version instead of version_date and should pass in dates directly such as '2017-02-27' instead of calling date constants.
germanattanasio
published 3.0.6 •

Changelog

Source

v3.0.6

  • All .ts files are removed from the npm package
  • Fixes issue of enforcing our typescript compiler settings when other typescript projects use our package
  • All instances of ReadableStream changed to NodeJs.ReadableStream, blob type added to /lib/, both changes done to correctly link these types for typescript users
anweshan
published 3.0.5 •

Changelog

Source

v3.0.5

  • [User-Agent] in header is no longer overwritten but instead appended, this change only affects metrics of this SDK
germanattanasio
published 3.0.4 •

Changelog

Source

v3.0.4

  • Fixed bug in visual recognition to correctly use owners parameter
  • Fixed bug in NLU where environment variables storing credentials were not read when running locally
  • Dependencies updated to fix security vulnerabilities
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