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

@tskau/vtrans

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tskau/vtrans - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-1

assets/vtrans.svg

4

dist/vtrans.d.ts
import { Client } from './client';
import { TranslationError } from './errors';
export { Client, TranslationError };
import { TranslationError, SubtitlesError, URLError } from './errors';
export { Client, TranslationError, SubtitlesError, URLError };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TranslationError = exports.Client = void 0;
exports.URLError = exports.SubtitlesError = exports.TranslationError = exports.Client = void 0;
const client_1 = require("./client");

@@ -8,1 +8,3 @@ Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } });

Object.defineProperty(exports, "TranslationError", { enumerable: true, get: function () { return errors_1.TranslationError; } });
Object.defineProperty(exports, "SubtitlesError", { enumerable: true, get: function () { return errors_1.SubtitlesError; } });
Object.defineProperty(exports, "URLError", { enumerable: true, get: function () { return errors_1.URLError; } });
{
"name": "@tskau/vtrans",
"version": "1.0.0",
"version": "1.0.1-1",
"description": "yandex video translation API client written in typescript",

@@ -5,0 +5,0 @@ "main": "dist/vtrans.js",

@@ -1,4 +0,15 @@

# vtrans
# @tskau/vtrans
yandex video translation API client written in typescript
<img align="right" height="50" src="./assets/vtrans.svg">
### disclaimer
this library is UNOFFICIAL and NOT MADE OR AUTHORIZED by
[Yandex N.V.](https://ir.yandex/) or [ООО "ЯНДЕКС" (Yandex LLC)](https://yandex.ru/company/main).
this library is based on the results of reverse engineering
and implements a client for a private API that is
NOT INTENDED for use in software other than [yandex.browser](https://browser.yandex.com/).
### installation

@@ -5,0 +16,0 @@

import { Client } from './client'
import { TranslationError } from './errors'
import { TranslationError, SubtitlesError, URLError } from './errors'
export { Client, TranslationError }
export { Client, TranslationError, SubtitlesError, URLError }
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