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 6.0.20211015 to 7.0.20220408

2

Blob.js

@@ -358,3 +358,3 @@ /* Blob.js

function Blob (chunks, opts) {
chunks = chunks || [];
chunks = chunks ? chunks.slice() : [];
opts = opts == null ? {} : opts;

@@ -361,0 +361,0 @@ for (var i = 0, len = chunks.length; i < len; i++) {

# `blob-polyfill` CHANGELOG
## v7.0.20220408
* [Blob.js] Do not modify array that is passed into constructor (@zyrong)
* [.github] Start automated tests on github (@bjornstar)
* [.travis.yml] Remove travis-ci integration (@bjornstar)
* [.npmignore] Ignore .github, remove .travis.yml (@bjornstar)
* [devDependencies] Update test dependencies (@bjornstar)
## v6.0.20211015

@@ -4,0 +11,0 @@ * [Blob.js] Check object class names when determining Object types (@coclauso)

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

@@ -25,6 +25,6 @@ "main": "Blob.js",

"devDependencies": {
"@sindresorhus/is": "^4.0.0",
"eslint": "^7.19.0",
"mocha": "^8.2.1"
"@sindresorhus/is": "^4.6.0",
"eslint": "^8.12.0",
"mocha": "^9.2.2"
}
}
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