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

byte-range-stream

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byte-range-stream - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "byte-range-stream",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create a multipart/byteranges stream based on passed ranges",

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

# byte-range-stream
[![npm version](http://img.shields.io/npm/v/byte-range-stream.svg?style=flat-square)](http://browsenpm.org/package/byte-range-stream)[![Build Status](http://img.shields.io/travis/rexxars/byte-range-stream/master.svg?style=flat-square)](https://travis-ci.org/rexxars/byte-range-stream)
Create a multipart/byteranges stream based on passed ranges.

@@ -4,0 +6,0 @@

@@ -56,4 +56,4 @@ 'use strict'

const isLast = i === lastIndex
this._append(range, next => next(this._options.getChunk(range)), isLast)
this._numChunks++
this._append(range, next => Promise.resolve(this._options.getChunk(range)).then(next), isLast)
})

@@ -60,0 +60,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