Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodejs-whisper

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-whisper - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

dist/downloadModel.js

@@ -0,2 +1,4 @@

#! /usr/bin/env node
"use strict";
// npx nodejs-whisper download
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -94,2 +96,4 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

exports.default = downloadModel;
// run on npx nodejs-whisper download
downloadModel();
//# sourceMappingURL=downloadModel.js.map

5

package.json
{
"name": "nodejs-whisper",
"version": "0.0.2",
"version": "0.0.3",
"description": "Node bindings for OpenAI's Whisper. Optimized for CPU.",

@@ -9,2 +9,5 @@ "main": "dist/index.js",

},
"bin": {
"download": "dist/downloadModel.js"
},
"repository": {

@@ -11,0 +14,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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