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

hls-parser

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hls-parser - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

17

package.json
{
"name": "hls-parser",
"version": "0.4.1",
"version": "0.4.2",
"description": "A simple library to read/write HLS playlists",

@@ -8,5 +8,6 @@ "main": "index.js",

"lint": "xo",
"audit": "npm audit --audit-level high",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"build": "rm -fR ./dist; webpack --mode development ; webpack --mode production",
"test": "npm run lint && npm run build && npm audit --audit-level high && ava --verbose"
"test": "npm run lint && npm run build && npm run audit && ava --verbose"
},

@@ -32,11 +33,11 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"ava": "^2.1.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"ava": "^2.2.0",
"babel-loader": "^8.0.6",
"coveralls": "^3.0.4",
"coveralls": "^3.0.5",
"nyc": "^14.1.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"xo": "^0.24.0"

@@ -43,0 +44,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