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

hlx-file-writer

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlx-file-writer - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

13

package.json
{
"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 @@

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