You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

latex-to-speech

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latex-to-speech - npm Package Compare versions

Comparing version

to
0.0.3

bin/latex-to-speech.js

9

package.json
{
"name": "latex-to-speech",
"version": "0.0.2",
"version": "0.0.3",
"description": "Latex to speech converter using SRE.",

@@ -10,7 +10,7 @@ "main": "index.js",

"build": "npm run build:tex2mml",
"publish": "npm install; npm build",
"publish": "npm install; npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sre": "bin/latex-to-speech"
"latex-to-speech": "bin/latex-to-speech"
},

@@ -45,3 +45,4 @@ "repository": {

},
"files": [
"files": [
"index.js",
"LICENSE",

@@ -48,0 +49,0 @@ "README.md",

Sorry, the diff of this file is not supported yet