Socket
Socket
Sign inDemoInstall

m3u8stream

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m3u8stream - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

dist/dash-mpd-parser.d.ts

26

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.6.2",
"version": "0.6.3",
"repository": {

@@ -20,18 +20,26 @@ "type": "git",

"author": "fent (https://github.com/fent)",
"main": "./lib/index.js",
"main": "./dist/index.js",
"files": [
"lib"
"dist"
],
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
"build": "tsc -p tsconfig.build.json",
"test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit",
"test:unit": "mocha -- --require ts-node/register test/*-test.ts"
},
"dependencies": {
"miniget": "^1.4.0",
"miniget": "^1.6.1",
"sax": "^1.2.4"
},
"devDependencies": {
"istanbul": "^0.4.5",
"lolex": "^3.0.0",
"mocha": "^5.0.0",
"nock": "^10.0.0"
"@types/lolex": "^3.1.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.2",
"@types/sax": "^1.0.1",
"lolex": "^5.0.0",
"mocha": "^6.2.0",
"nock": "^11.1.0",
"nyc": "^14.1.1",
"ts-node": "^8.4.1",
"typescript": "^3.4.2"
},

@@ -38,0 +46,0 @@ "engines": {

@@ -8,3 +8,2 @@ # node-m3u8stream

[![Build Status](https://secure.travis-ci.org/fent/node-m3u8stream.svg)](http://travis-ci.org/fent/node-m3u8stream)
[![Dependency Status](https://david-dm.org/fent/node-m3u8stream.svg)](https://david-dm.org/fent/node-m3u8stream)

@@ -11,0 +10,0 @@ [![codecov](https://codecov.io/gh/fent/node-m3u8stream/branch/master/graph/badge.svg)](https://codecov.io/gh/fent/node-m3u8stream)

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