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

blob-to-it

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blob-to-it - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

index.js

@@ -13,2 +13,3 @@ /* eslint-env browser */

if (typeof blob.stream === 'function') {
// @ts-ignore missing some properties
return browserReadableStreamToIt(blob.stream())

@@ -15,0 +16,0 @@ }

5

package.json
{
"name": "blob-to-it",
"version": "1.0.2",
"version": "1.0.3",
"description": "Turns a blob into an async iterator",

@@ -33,3 +33,4 @@ "main": "index.js",

},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"gitHead": "79462fc3cdc4c29bc1c1f7d541c3618580036b45"
}

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