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

react-text-to-speech

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-text-to-speech - npm Package Compare versions

Comparing version 0.14.6 to 0.14.7

18

package.json
{
"name": "react-text-to-speech",
"version": "0.14.6",
"version": "0.14.7",
"description": "An easy to use react component for the Web Speech API.",

@@ -8,5 +8,2 @@ "type": "module",

"types": "dist/index.d.ts",
"scripts": {
"build": "bun i && tsc"
},
"repository": {

@@ -37,11 +34,10 @@ "type": "git",

},
"homepage": "https://github.com/SahilAggarwal2004/react-text-to-speech#readme",
"homepage": "https://rtts.vercel.app/",
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0"
"scripts": {
"compile": "tsc"
}
}
}

@@ -433,9 +433,1 @@ # react-text-to-speech

```
## Author
[Sahil Aggarwal](https://www.github.com/SahilAggarwal2004)
### Contributors
- [Akshay Srivastava](https://github.com/akshaypx)
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