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

sherpa-onnx-node

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sherpa-onnx-node - npm Package Compare versions

Comparing version 1.10.17 to 1.10.18

14

package.json
{
"name": "sherpa-onnx-node",
"version": "1.10.17",
"version": "1.10.18",
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection",

@@ -48,9 +48,9 @@ "main": "sherpa-onnx.js",

"optionalDependencies": {
"sherpa-onnx-darwin-arm64": "^1.10.17",
"sherpa-onnx-darwin-x64": "^1.10.17",
"sherpa-onnx-linux-x64": "^1.10.17",
"sherpa-onnx-linux-arm64": "^1.10.17",
"sherpa-onnx-win-x64": "^1.10.17",
"sherpa-onnx-win-ia32": "^1.10.17"
"sherpa-onnx-darwin-arm64": "^1.10.18",
"sherpa-onnx-darwin-x64": "^1.10.18",
"sherpa-onnx-linux-x64": "^1.10.18",
"sherpa-onnx-linux-arm64": "^1.10.18",
"sherpa-onnx-win-x64": "^1.10.18",
"sherpa-onnx-win-ia32": "^1.10.18"
}
}

@@ -68,3 +68,3 @@ const addon = require('./addon.js');

clear() {
addon.VoiceActivityDetectorClearWrapper(this.handle);
addon.voiceActivityDetectorClear(this.handle);
}

@@ -83,7 +83,7 @@

reset() {
addon.VoiceActivityDetectorResetWrapper(this.handle);
addon.voiceActivityDetectorReset(this.handle);
}
flush() {
addon.VoiceActivityDetectorFlushWrapper(this.handle);
addon.voiceActivityDetectorFlush(this.handle);
}

@@ -90,0 +90,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