Socket
Socket
Sign inDemoInstall

arraybuffer-to-string

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "arraybuffer-to-string",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert ArrayBuffer to string",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -144,3 +144,3 @@ 'use strict'

isBrowser && t('utf8 replacement chars (2 byte sequences)', function (t) {
t('utf8 replacement chars (2 byte sequences)', function (t) {
t.equal(

@@ -147,0 +147,0 @@ toString(b2ab(Buffer.from([ 0xC7 ])) ),

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc