Socket
Socket
Sign inDemoInstall

vidsplit-io

Package Overview
Dependencies
26
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

dist/functions/concatVideo.d.ts

1

dist/index.d.ts
export { splitVideo } from './functions/splitVideo';
export { concatVideos } from './functions/concatVideo';

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.splitVideo = void 0;
exports.concatVideos = exports.splitVideo = void 0;
var splitVideo_1 = require("./functions/splitVideo");
Object.defineProperty(exports, "splitVideo", { enumerable: true, get: function () { return splitVideo_1.splitVideo; } });
var concatVideo_1 = require("./functions/concatVideo");
Object.defineProperty(exports, "concatVideos", { enumerable: true, get: function () { return concatVideo_1.concatVideos; } });
{
"name": "vidsplit-io",
"version": "1.0.8",
"version": "1.0.9",
"description": "\"vidsplit-io\" is a Node.js plugin offering seamless video manipulation, including splitting, URL-based downloading, and reassembling. With intuitive usage and powerful features, it simplifies video processing workflows. Simply integrate it into your projects for efficient video management.",

@@ -18,3 +18,4 @@ "main": "dist/index.js",

"keywords": [
"vidsplit-io"
"vidsplit-io",
"video split"
],

@@ -21,0 +22,0 @@ "author": "Setra Johariniaina",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc