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

@lephenix47/text-to-speech-utility

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lephenix47/text-to-speech-utility - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

lib/classes/TextToSpeech.class.d.ts

11

package.json
{
"name": "@lephenix47/text-to-speech-utility",
"version": "1.1.0",
"version": "1.2.0",
"description": "description",
"main": "lib/es6/index.js",
"module": "lib/commonjs/index.js",
"types": "lib/es6/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": "./lib/es6/index.js"
".": "./lib/index.js"
},

@@ -24,3 +23,3 @@ "typesVersion": {

"update-version": "node update-project-version.mjs && git add . && git commit -m \"Update on the project version\" && git push",
"git:push": "git push && npm run update-version && npm run publish"
"push-lib": "(git diff --quiet || (echo 'You have uncommitted changes. Please commit your changes first.' && exit 1)) && npm run update-version && npm run publish"
},

@@ -27,0 +26,0 @@ "repository": {

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