Socket
Socket
Sign inDemoInstall

blob-to-buffer

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-buffer - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

3

index.js

@@ -0,1 +1,2 @@

/*! blob-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
/* global Blob, FileReader */

@@ -11,3 +12,3 @@

var reader = new FileReader()
const reader = new FileReader()

@@ -14,0 +15,0 @@ function onLoadEnd (e) {

{
"name": "blob-to-buffer",
"description": "Convert a Blob to a Buffer",
"version": "1.2.8",
"version": "1.2.9",
"author": {

@@ -15,5 +15,5 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"airtap": "0.0.7",
"airtap": "^3.0.0",
"standard": "*",
"tape": "^4.0.0"
"tape": "^5.0.1"
},

@@ -38,3 +38,17 @@ "homepage": "https://github.com/feross/blob-to-buffer",

"test-browser-local": "airtap --local -- test/*.js"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}
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