hls-parser
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
465611