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
1
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.0.22 to 1.0.23

punctuation.js

12

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

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

"optionalDependencies": {
"sherpa-onnx-darwin-arm64": "^1.0.22",
"sherpa-onnx-darwin-x64": "^1.0.22",
"sherpa-onnx-linux-x64": "^1.0.22",
"sherpa-onnx-linux-arm64": "^1.0.22",
"sherpa-onnx-win-x64": "^1.0.22"
"sherpa-onnx-darwin-arm64": "^1.0.23",
"sherpa-onnx-darwin-x64": "^1.0.23",
"sherpa-onnx-linux-x64": "^1.0.23",
"sherpa-onnx-linux-arm64": "^1.0.23",
"sherpa-onnx-win-x64": "^1.0.23"
}
}

@@ -9,2 +9,3 @@ const addon = require('./addon.js')

const at = require('./audio-tagg.js');
const punct = require('./punctuation.js');

@@ -24,2 +25,3 @@ module.exports = {

AudioTagging: at.AudioTagging,
Punctuation: punct.Punctuation,
}
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