Socket
Socket
Sign inDemoInstall

@picovoice/cheetah-node

Package Overview
Dependencies
0
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

dist/cheetah.js

1

copy.js

@@ -35,2 +35,3 @@ //

}
console.log("../../lib/node copied.");
});

26

package.json
{
"name": "@picovoice/cheetah-node",
"version": "1.0.1",
"version": "1.0.2",
"description": "Picovoice Cheetah Node.js binding",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"test": "jest --no-cache",
"prepare": "node copy.js"
"build": "npm-run-all --parallel build:**",
"build:all": "tsc",
"build:types": "tsc --declaration --declarationMap --emitDeclarationOnly --outDir ./dist/types",
"prepack": "npm run build",
"prepare": "node copy.js",
"test": "jest --no-cache"
},

@@ -34,6 +39,12 @@ "repository": {

"devDependencies": {
"jest": "^26.4.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"jest": "^27.5.1",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"wavefile": "^11.0.0"
"npm-run-all": "^4.1.5",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2",
"wavefile": "^11.0.0",
"prettier": "^2.6.2"
},

@@ -48,3 +59,4 @@ "engines": {

"!ppc64"
]
],
"dependencies": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc