๐Ÿš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more โ†’
Socket
DemoInstallSign in
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

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",