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

web-speech-cognitive-services

Package Overview
Dependencies
Maintainers
0
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-speech-cognitive-services - npm Package Versions

1
17

4.0.0-master.ff12edb

Diff

compulim
published 4.0.0-master.62b04ac •

compulim
published 3.0.1-master.d2eb07f •

compulim
published 3.0.0 •

Changelog

Source

[3.0.0] - 2018-10-31

Added

  • Speech Synthesis: Will async fetch speech token instead of throwing exception

Changed

  • Use @babel/runtime and @babel/plugin-tranform-runtime, in favor of babel-polyfill
  • Better error handling on null token
  • Updated voice list from https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/supported-languages
  • Reliability around cancelling a playing utterance
    • Instead of shutting down the AudioContext, we will stop the AudioBufferSourceNode for a graceful stop
  • Simplify speech token authorization
    • recognition.fetchToken = async () => return await 'your subscription key';
    • recognition.fetchToken = createFetchTokenUsingSubscriptionKey('your subscription key');
    • fetchToken will be called every time a token is required, implementor should cache the token as needed
  • Bump to @babel/core@7.1.2 and jest@^23.6.0
  • Bump to react-scripts@2.0.4
  • Publish /packages/component/ instead of /
  • Bump to event-as-promise@1.0.5
compulim
published 3.0.0-master.9f167ad •

compulim
published 3.0.0-master.3bf86f4 •

compulim
published 0.0.0-master.77ec0e7 •

compulim
published 3.0.0-master.1a40b8b •

compulim
published 3.0.0-master.da6efbb •

compulim
published 2.1.1-master.58e342e •

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