🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

srt-webvtt

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

srt-webvtt - npm Package Compare versions

Comparing version

to
1.3.2

lib/index.d.ts

7

package.json
{
"name": "srt-webvtt",
"version": "1.3.1",
"version": "1.3.2",
"description": "Convert SRT format subtitle to WebVTT on the fly over HTML5 environment",
"main": "lib/index.js",
"files": [
"lib/index.js"
"lib/index.js",
"lib/index.d.ts"
],

@@ -12,3 +13,3 @@ "scripts": {

"start": "webpack-dev-server",
"build": "babel ./index.js --stage 2 -d ./lib/ && webpack -p ./index.js ./umd/index.min.js",
"build": "babel ./index.js --stage 2 -d ./lib/ && webpack -p ./index.js ./umd/index.min.js && cp index.d.ts lib/index.d.ts",
"minor": "npm version minor && npm publish",

@@ -15,0 +16,0 @@ "major": "npm version major && npm publish",