Socket
Socket
Sign inDemoInstall

typedarray-to-buffer

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

4

package.json
{
"name": "typedarray-to-buffer",
"description": "Convert a typed array to a Buffer without a copy",
"version": "3.0.3",
"version": "3.0.4",
"author": {

@@ -17,3 +17,3 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"standard": "^3.8.0",
"standard": "^5.1.0",
"tape": "^4.0.0",

@@ -20,0 +20,0 @@ "zuul": "^3.0.0"

@@ -31,3 +31,2 @@ var test = require('tape')

t.equal(arr instanceof Uint8Array, !!Buffer.TYPED_ARRAY_SUPPORT)
} else {

@@ -48,3 +47,2 @@ t.pass('browser lacks Uint32Array support, skip test')

t.equal(arr instanceof Uint8Array, !!Buffer.TYPED_ARRAY_SUPPORT)
} else {

@@ -51,0 +49,0 @@ t.pass('browser lacks ArrayBuffer support, skip test')

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