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
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-text-to-speech - npm Package Versions

1245
13

0.19.2

Diff
sahilaggarwal
published 0.19.2 •

Changelog

Source

0.19.2 (16-09-2024)

  • fix: Resolved text highlight issues in Firefox caused by > and < symbols by replacing the special symbol \u200E with \u00A0.
sahilaggarwal
published 0.19.1 •

Changelog

Source

0.19.1 (16-09-2024)

  • feat: Speech utterance now starts when autoPlay is set to true and stops when autoPlay is set to false, based on the React state.
  • fix: Incorrect queue details (stale data).
  • refactor: Code refactor.
sahilaggarwal
published 0.19.0 •

Changelog

Source

0.19.0 (15-09-2024)

  • feat: autoPlay prop in useSpeech hook and <Speech> component.
  • fix: Multiple issues in Firefox, including incorrect text highlighting and the stop function not working correctly.
  • fix: Typo in documentation.
  • refactor: Improved internal code for better maintainability.
sahilaggarwal
published 0.18.0 •

Changelog

Source

0.18.0 (14-09-2024)

  • feat: Support for < and > characters to be spoken as "less-than" and "greater-than".
sahilaggarwal
published 0.17.0 •

Changelog

Source

0.17.0 (10-09-2024)

  • feat: maxChunkSize prop in useSpeech hook and <Speech> component.
sahilaggarwal
published 0.16.3 •

Changelog

Source

0.16.3 (09-09-2024)

  • fix: Speech wouldn’t start for large text inputs.
  • fix: Pause event issues on Android.
sahilaggarwal
published 0.16.2 •
sahilaggarwal
published 0.16.1 •
sahilaggarwal
published 0.16.0 •

Changelog

Source

0.16.0 (15-06-2024)

  • feat: useVoices hook.
sahilaggarwal
published 0.15.3 •

Changelog

Source

0.15.3 (13-06-2024)

  • fix: Speech wouldn’t resume if paused near the end of a sentence.