Socket
Socket
Sign inDemoInstall

node-srt

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

lib/parser.js

@@ -34,3 +34,3 @@ 'use strict';

// nothing of interests, return early
if (parts.length === 0) {
if (parts.length === 0 || input === '') {
return { valid: true, strict, cues: [], errors: [] };

@@ -37,0 +37,0 @@ }

{
"name": "node-srt",
"version": "2.0.0",
"version": "2.0.1",
"description": "SRT parser, compiler, and segmenter with HLS support",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc