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.4 to 0.6.5

4

dist/dash-mpd-parser.js

@@ -39,3 +39,4 @@ "use strict";

currtime =
new Date(node.attributes.availabilitystarttime).getTime();
node.attributes.availabilitystarttime ?
new Date(node.attributes.availabilitystarttime).getTime() : 0;
isStatic = node.attributes.type !== 'dynamic';

@@ -175,3 +176,2 @@ break;

exports.default = DashMPDParser;
;
//# sourceMappingURL=dash-mpd-parser.js.map

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

],
"version": "0.6.4",
"version": "0.6.5",
"repository": {

@@ -35,7 +35,7 @@ "type": "git",

"@types/lolex": "^3.1.1",
"@types/mocha": "^5.2.7",
"@types/mocha": "^7.0.0",
"@types/node": "^13.1.0",
"@types/sax": "^1.0.1",
"lolex": "^5.0.0",
"mocha": "^6.2.0",
"lolex": "^6.0.0",
"mocha": "^7.0.1",
"nock": "^11.1.0",

@@ -42,0 +42,0 @@ "nyc": "^15.0.0",

Sorry, the diff of this file is not supported yet

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