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.3 to 1.2.4

20

package.json
{
"name": "blob-to-buffer",
"description": "Convert a Blob to a Buffer",
"version": "1.2.3",
"version": "1.2.4",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",

@@ -13,5 +13,5 @@ "bugs": {

"devDependencies": {
"standard": "^3.8.0",
"standard": "^5.0.0",
"tape": "^4.0.0",
"zuul": "^3.0.0"
"zuul": "^3.8.0"
},

@@ -33,14 +33,6 @@ "homepage": "https://github.com/feross/blob-to-buffer",

"scripts": {
"test": "standard && zuul -- test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/10..latest",
"chrome/25..latest",
"firefox/20..latest",
"safari/6..latest",
"opera/15.0..latest"
]
"test": "standard && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js"
}
}

Sorry, the diff of this file is not supported yet

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