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

m3u8-to-mp4-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m3u8-to-mp4-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

index.js

19

package.json
{
"name": "m3u8-to-mp4-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "m3u8 hosted file to mp4",
"main": "src/index.ts",
"main": "index.js",
"preferGlobal": true,
"bin": {
"dl": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.ts",
"build": "webpack"
"start": "node index.js"
},

@@ -18,10 +21,4 @@ "keywords": [],

"devDependencies": {
"@types/node": "^14.11.8",
"ts-loader": "^8.0.4",
"ts-node": "^9.0.0",
"tsc": "^1.20150623.0",
"typescript": "^4.0.3",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
"@types/node": "^14.11.8"
}
}
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