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

web-speech-cognitive-services

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-speech-cognitive-services - npm Package Compare versions

Comparing version 1.0.1-master.2c7d643 to 1.0.1-master.ab993df

lib/index.js.map

8

CHANGELOG.md

@@ -8,5 +8,13 @@ # Changelog

## [Unreleased]
### Added
- SpeechSynthesis polyfill with Cognitive Services
### Changed
- Removed `CognitiveServices` prefix
- Renamed `CognitiveServicesSpeechGrammarList` to `SpeechGrammarList`
- Renamed `CognitiveServicesSpeechRecognition` to `SpeechRecognition`
## [1.0.0] - 2018-06-29
### Added
- Initial release
- SpeechRecognition polyfill with Cognitive Services

27

lib/index.js

@@ -6,18 +6,29 @@ 'use strict';

});
exports.CognitiveServicesSpeechGrammarList = undefined;
exports.SpeechSynthesisUtterance = exports.speechSynthesis = exports.SpeechRecognition = exports.SpeechGrammarList = undefined;
require('babel-polyfill');
var _CognitiveServicesSpeechGrammarList = require('./CognitiveServicesSpeechGrammarList');
var _SpeechGrammarList = require('./recognition/SpeechGrammarList');
var _CognitiveServicesSpeechGrammarList2 = _interopRequireDefault(_CognitiveServicesSpeechGrammarList);
var _SpeechGrammarList2 = _interopRequireDefault(_SpeechGrammarList);
var _CognitiveServicesSpeechRecognition = require('./CognitiveServicesSpeechRecognition');
var _SpeechRecognition = require('./recognition/SpeechRecognition');
var _CognitiveServicesSpeechRecognition2 = _interopRequireDefault(_CognitiveServicesSpeechRecognition);
var _SpeechRecognition2 = _interopRequireDefault(_SpeechRecognition);
var _speechSynthesis = require('./synthesis/speechSynthesis');
var _speechSynthesis2 = _interopRequireDefault(_speechSynthesis);
var _SpeechSynthesisUtterance = require('./synthesis/SpeechSynthesisUtterance');
var _SpeechSynthesisUtterance2 = _interopRequireDefault(_SpeechSynthesisUtterance);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _CognitiveServicesSpeechRecognition2.default;
exports.CognitiveServicesSpeechGrammarList = _CognitiveServicesSpeechGrammarList2.default;
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6WyJDb2duaXRpdmVTZXJ2aWNlc1NwZWVjaFJlY29nbml0aW9uIiwiQ29nbml0aXZlU2VydmljZXNTcGVlY2hHcmFtbWFyTGlzdCJdLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUFBOztBQUVBOzs7O0FBQ0E7Ozs7OztrQkFFZUEsNEM7UUFHYkMsa0MsR0FBQUEsNEMiLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgJ2JhYmVsLXBvbHlmaWxsJztcblxuaW1wb3J0IENvZ25pdGl2ZVNlcnZpY2VzU3BlZWNoR3JhbW1hckxpc3QgZnJvbSAnLi9Db2duaXRpdmVTZXJ2aWNlc1NwZWVjaEdyYW1tYXJMaXN0JztcbmltcG9ydCBDb2duaXRpdmVTZXJ2aWNlc1NwZWVjaFJlY29nbml0aW9uIGZyb20gJy4vQ29nbml0aXZlU2VydmljZXNTcGVlY2hSZWNvZ25pdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IENvZ25pdGl2ZVNlcnZpY2VzU3BlZWNoUmVjb2duaXRpb25cblxuZXhwb3J0IHtcbiAgQ29nbml0aXZlU2VydmljZXNTcGVlY2hHcmFtbWFyTGlzdFxufVxuIl19
exports.default = _SpeechRecognition2.default;
exports.SpeechGrammarList = _SpeechGrammarList2.default;
exports.SpeechRecognition = _SpeechRecognition2.default;
exports.speechSynthesis = _speechSynthesis2.default;
exports.SpeechSynthesisUtterance = _SpeechSynthesisUtterance2.default;
//# sourceMappingURL=index.js.map
{
"name": "web-speech-cognitive-services",
"version": "1.0.1-master.2c7d643",
"version": "1.0.1-master.ab993df",
"description": "Polyfill Web Speech API with Cognitive Services Speech-to-Text service",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,3 +5,3 @@ # web-speech-cognitive-services

Polyfill Web Speech API with Cognitive Services Speech-to-Text service.
Polyfill Web Speech API with Cognitive Services Speech-to-Text and Speech-to-Text service.

@@ -8,0 +8,0 @@ This scaffold is provided by [`react-component-template`](https://github.com/compulim/react-component-template/).

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