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
1
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

6.0.1-master.d6224a4

Diff

compulim
published 6.0.1-master.b07c958 •

compulim
published 6.0.0 •

Changelog

Source

[6.0.0] - 2019-12-03

Added

  • playground: Add delayed start to playground for testing speech recognition initiated outside of user gestures, in PR #78
  • Speech recognition: New looseEvents option, default is false. When enabled, we will no longer follow observed browser event order. We will send finalized result event as early as possible. This will not break conformance to W3C specifications. By @compulim, in PR #79
  • Speech recognition: Create ponyfill using SpeechRecognizer object from microsoft-cognitiveservices-speech-sdk, by @compulim, in PR #73
  • credentials option is added for obtaining authorization token and region, or subscription key and region, in a single object or function call, by @compulim in PR #80
  • Speech recognition: Polyfill will have abort/stop function set to undefined if the underlying recognizer from Cognitive Services SDK does not support stop/abort, in PR #81

Changed

  • 💥 Unifying options to pass credentials
    • authorizationToken, region, and subscriptionKey are being deprecated in favor of credentials options. credentials can be one of the following types:
      • { authorizationToken: string, region: string? }
      • { region: string?, subscriptionKey: string }
      • Promise<{ authorizationToken: string, region: string? }>
      • Promise<{ region: string?, subscriptionKey: string }>
      • () => { authorizationToken: string, region: string? }
      • () => { region: string?, subscriptionKey: string }
      • () => Promise<{ authorizationToken: string, region: string? }>
      • () => Promise<{ region: string?, subscriptionKey: string }>
    • If credentials is a function, it will be called just before the credentials is needed and may be called very frequently. This behavior matches the deprecating authorizationToken. The result of the call is also expected to be cached.
    • If region is not returned, the default value of "westus" will be used.
  • Bumped dependencies, in PR #73

Removed

  • 🔥 authorizationToken, region, and subscriptionKey are being deprecated in favor of credentials options, by @compulim in PR #80

Fixed

  • Speech recognition: Removed extraneous finalized result event in continuous mode, by @compulim, in PR #79
compulim
published 5.0.2-master.f0db5a5 •

compulim
published 5.0.2-master.e85a10c •

compulim
published 5.0.2-master.76db27f •

compulim
published 5.0.2-master.e668a0d •

compulim
published 5.0.2-master.e462e9e •

compulim
published 5.0.2-master.d388ae9 •

compulim
published 5.0.1 •

Changelog

Source

[5.0.1] - 2019-10-25

Changed

  • Fixed dependences in PR #76
    • bundle package
      • dependencies: Moved eslint to development dependencies
    • component package
      • peerDependencies: No longer requires react
      • dependencies
        • Moved eslint to development dependencies
        • Removed event-target-shim because incompatibility with ES5
      • devDependencies: Removed react
    • Removed import '@babel/runtime' explicitly
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