Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "speak-tts", | ||
"version": "2.0.3", | ||
"description": "Browser TTS (using speechSynthesis API) made easy", | ||
"version": "2.0.4", | ||
"description": "Browser TTS (using Web speech API) made easy", | ||
"main": "lib/speak-tts.js", | ||
@@ -14,2 +14,3 @@ "scripts": { | ||
"keywords": [ | ||
"web speech api", | ||
"speech synthesis", | ||
@@ -22,4 +23,3 @@ "speak", | ||
"browser speech", | ||
"browser tts", | ||
"language detection" | ||
"browser tts" | ||
], | ||
@@ -38,5 +38,4 @@ "license": "ISC", | ||
"dependencies": { | ||
"babel-polyfill": "^6.26.0", | ||
"lodash": "^4.17.11" | ||
} | ||
} |
@@ -12,3 +12,3 @@ Speech synthesis made easy - Browser based text to speech (TTS) | ||
Speech synthesis (tts) for the browser. Based on browser SpeechSynthesis API, it improves it by : | ||
Speech synthesis (tts) for the browser. Based on browser Web speech API (https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API), it improves it by : | ||
- providing a Promise-base API (the init() and speak() methods respectively returns a Promise) | ||
@@ -15,0 +15,0 @@ - handling the fact that Chrome load voices in an asynchronous manner when others browsers don't |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
340147
1
- Removedbabel-polyfill@^6.26.0
- Removedbabel-polyfill@6.26.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.10.50.11.1(transitive)