hlx-file-writer
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "hlx-file-writer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A writable stream to save HLS playlists/segments as local files", | ||
@@ -12,3 +12,4 @@ "main": "index.js", | ||
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", | ||
"test": "npm run lint && npm audit --audit-level high && ava --verbose" | ||
"audit": "npm audit --audit-level high", | ||
"test": "npm run lint && npm run audit && ava --verbose" | ||
}, | ||
@@ -53,9 +54,9 @@ "repository": { | ||
"debug": "^4.1.1", | ||
"hls-parser": "^0.4.0" | ||
"hls-parser": "^0.4.3" | ||
}, | ||
"devDependencies": { | ||
"ava": "^2.1.0", | ||
"coveralls": "^3.0.4", | ||
"ava": "^2.2.0", | ||
"coveralls": "^3.0.5", | ||
"nyc": "^14.1.1", | ||
"proxyquire": "^2.1.0", | ||
"proxyquire": "^2.1.1", | ||
"sinon": "^7.3.2", | ||
@@ -62,0 +63,0 @@ "xo": "^0.24.0" |
@@ -5,2 +5,3 @@ [![Build Status](https://travis-ci.org/hlxjs/hlx-file-writer.svg?branch=master)](https://travis-ci.org/hlxjs/hlx-file-writer) | ||
[![Development Dependency Status](https://david-dm.org/hlxjs/hlx-file-writer/dev-status.svg)](https://david-dm.org/hlxjs/hlx-file-writer#info=devDependencies) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/hlxjs/hlx-file-writer/badge.svg)](https://snyk.io/test/github/hlxjs/hlx-file-writer) | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) | ||
@@ -7,0 +8,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
7533
60
Updatedhls-parser@^0.4.3