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

blob-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blob-polyfill - npm Package Compare versions

Comparing version 4.0.20200531 to 4.0.20200601

2

Blob.js

@@ -540,2 +540,4 @@ /* Blob.js

new File([], "");
exports.File = global.File;
exports.FileReader = global.FileReader;
} catch (e) {

@@ -542,0 +544,0 @@ try {

# `blob-polyfill` CHANGELOG
## v4.0.20200601
* [Blob.js] Populate File and FileReader in exports after confirming File is supported (@bjornstar)
## v4.0.20200531

@@ -4,0 +7,0 @@ * [Blob.js] Do not attempt to set readonly property Symbols (@bjornstar)

2

package.json
{
"name": "blob-polyfill",
"version": "4.0.20200531",
"version": "4.0.20200601",
"description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",

@@ -5,0 +5,0 @@ "main": "Blob.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