Socket
Socket
Sign inDemoInstall

fetch-blob

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-blob - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

CHANGELOG.md
Changelog
=========
## v2.1.1
- start in create readableStream was not defined.
## v2.1.0
- Fix: .slice has an implementation bug (#54).
- Added blob backed up by filesystem (#55)
- Added blob backed up by filesystem (#55).

@@ -8,0 +11,0 @@ ## v2.0.1

2

from.js

@@ -11,3 +11,3 @@ const {statSync, createReadStream} = require('fs');

const {size, mtime} = statSync(path);
const blob = new BlobDataItem({path, size, mtime});
const blob = new BlobDataItem({path, size, mtime, start: 0});

@@ -14,0 +14,0 @@ return new Blob([blob]);

{
"name": "fetch-blob",
"version": "2.1.0",
"version": "2.1.1",
"description": "A Blob implementation in Node.js, originally from node-fetch.",

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

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