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
121
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.5.0 to 0.5.1

2

dist/index.js

@@ -30,2 +30,4 @@ import React, { useEffect, useState } from 'react';

var _a;
if (speechStatus === 'stopped')
return;
setSpeechStatus('stopped');

@@ -32,0 +34,0 @@ if (manual)

2

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -54,6 +54,6 @@ # react-text-to-speech

return <>
{news.map(({ id, title, desc }) => <div>
{news.map(({ id, title, desc }) => <div key={id}>
<h4>{title}</h4>
<div>{desc}</div>
<Speech key={id} text={`${title}. ${desc}`} />
<Speech text={`${title}. ${desc}`} />
</div>)}

@@ -60,0 +60,0 @@ </>

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