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

iobuffer

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobuffer - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

7

CHANGELOG.md
# Changelog
### [5.2.1](https://www.github.com/image-js/iobuffer/compare/v5.2.0...v5.2.1) (2022-10-07)
### Bug Fixes
* remap browser version of text decoder ([4531fa9](https://www.github.com/image-js/iobuffer/commit/4531fa94120f8984029dbe37574c64986f172469))
## [5.2.0](https://www.github.com/image-js/iobuffer/compare/v5.1.0...v5.2.0) (2022-10-04)

@@ -4,0 +11,0 @@

6

package.json
{
"name": "iobuffer",
"version": "5.2.0",
"version": "5.2.1",
"description": "Read and write binary data on ArrayBuffers",

@@ -9,4 +9,4 @@ "main": "./lib/IOBuffer.js",

"browser": {
"./lib-esm/utf8.js": "./lib-esm/utf8.browser.js",
"./lib/utf8.js": "./lib/utf8.browser.js"
"./lib-esm/text.js": "./lib-esm/text.browser.js",
"./lib/text.js": "./lib/text.browser.js"
},

@@ -13,0 +13,0 @@ "files": [

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