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

@vot.js/node

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vot.js/node - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

0

dist/helpers/bannedvideo.js

@@ -0,0 +0,0 @@ import { BaseHelper } from "./base.js";

@@ -0,0 +0,0 @@ import type {

@@ -0,0 +0,0 @@ import type {

2

package.json
{
"name": "@vot.js/node",
"description": "package for runtimes",
"version": "2.0.0",
"version": "2.0.1",
"author": "Toil",

@@ -6,0 +6,0 @@ "license": "MIT",

# @vot.js/node
JS Runtimes support package for vot.js
## Usage
```ts
import VOTClient from "@vot.js/node";
import { getVideoData } from "@vot.js/node/utils/videoData";
const client = new VOTClient();
const videoData = await getVideoData("https://youtu.be/LK6nLR1bzpI");
const result = await client.translateVideo({ videoData });
```
Proxying via [vot-worker](https://github.com/FOSWLY/vot-worker):
```ts
import { VOTWorkerClient } from "@vot.js/node";
const client = new VOTWorkerClient({
host: "vot.toil.cc",
});
```
You can see more code examples [here](https://github.com/FOSWLY/vot.js/tree/main/examples)
## Install
To install:

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