Socket
Socket
Sign inDemoInstall

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 Versions

2

9.0.20240710

Diff

Changelog

Source

v9.0.20240710

  • [Blob.js] Use exported FileReader (@luke-stead-sonocent)
  • [test] Test is now a module (@bjornstar)
  • [README.md] Add badge for master branch build status (@bjornstar)
  • [package.json] Update devDependencies: @sindresorhus/is, eslint, & mocha (@bjornstar)
  • [bower.json] Match current version (@bjornstar)
  • [.eslintrc.js] Change to eslint.config.mjs for eslint@9 (@bjornstar)
bjornstar
published 8.0.20240630 •

Changelog

Source

v8.0.20240630

  • [Blob.js] Change Blob.prototype to global.Blob.prototype (@tmisirpash)
  • [Blob.js] Make it work in environments where global.Blob exists, but global.FileReader does not (@bjornstar)
  • [Blob.js] Add isPolyfill property to the polyfilled versions so we can differentiate them (@bjornstar)
  • [test] Unskip tests and update to work in environments with global.Blob & global.File & global.URL (@bjornstar)
  • [.github] Update action versions and test node v12-v22 (@bjornstar)
bjornstar
published 7.0.20220408 •

Changelog

Source

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)
bjornstar
published 6.0.20211015 •

Changelog

Source

v6.0.20211015

  • [Blob.js] Check object class names when determining Object types (@coclauso)
  • [Blob.js] Reduce redundancies in getting class names and prototype checks (@bjornstar)
  • [test] Add a test for round tripping data in ArrayBuffers (@coclauso)
bjornstar
published 5.0.20210201 •

Changelog

Source

v5.0.20210201

  • [Blob.js] Blob.arrayBuffer() should return a promise that resolves with an ArrayBuffer (@bjornstar)
  • [test] Add a test for Blob.arrayBuffer (@bjornstar)
  • [package.json] Update devDependencies: eslint & mocha (@bjornstar)
  • [package.json] Add devDependency: @sindresorhus/is (@bjornstar)
bjornstar
published 4.0.20200601 •

Changelog

Source

v4.0.20200601

  • [Blob.js] Populate File and FileReader in exports after confirming File is supported (@bjornstar)
bjornstar
published 4.0.20200531 •

Changelog

Source

v4.0.20200531

  • [Blob.js] Do not attempt to set readonly property Symbols (@bjornstar)
  • [Blob.js] Do not use prototype built-ins (@bjornstar)
  • [.travis.yml] Drop testing for node v6 and v8 (@bjornstar)
  • [.travis.yml] Add testing for node v14 (@bjornstar)
  • [package.json] Update devDependencies: eslint & mocha (@bjornstar)
  • [.gitignore] Add npm-debug.log (@bjornstar)
  • [README] Add usage examples to encourage non-global use of Blob (@bjornstar)
bjornstar
published 4.0.20190430 •

Changelog

Source

v4.0.20190430

  • A complete rewrite of Blob.js (@jimmywarting)
  • Restore the UMD wrapper (@bjornstar)
  • Add some tests for File, FileReader, and URL (@bjornstar)
bjornstar
published 3.0.20180112 •

Changelog

Source

v3.0.20180112

  • Resolve conflict from upstream based on date version change (@bjornstar)
  • Remove this.content to match upstream changes (@bjornstar)
  • Added some very basic tests (@bjornstar)
  • Added linting through eslint (@bjornstar)
  • Start using travis-ci to verify basic functionality isn't breaking (@bjornstar)
bjornstar
published 2.0.20171115 •

Changelog

Source

v2.0.20171115

  • Add UMD wrapper to allow non-global polluting usage in Node (@jscinoz)
  • License clarification (@eligrey)
  • Clarified browser support in the readme (@eligrey)
  • Add CHANGELOG (@bjornstar)
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc