Socket
Socket
Sign inDemoInstall

is-typedarray

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-typedarray - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

2

index.js

@@ -11,2 +11,3 @@ module.exports = isTypedArray

, '[object Uint8Array]': true
, '[object Uint8ClampedArray]': true
, '[object Uint16Array]': true

@@ -31,2 +32,3 @@ , '[object Uint32Array]': true

|| arr instanceof Uint8Array
|| arr instanceof Uint8ClampedArray
|| arr instanceof Uint16Array

@@ -33,0 +35,0 @@ || arr instanceof Uint32Array

2

package.json
{
"name": "is-typedarray",
"version": "0.0.0",
"version": "1.0.0",
"description": "Detect whether or not an object is a Typed Array",

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

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