You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@socketregistry/is-typed-array

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/is-typed-array - npm Package Compare versions

Comparing version

to
1.0.8

4

index.js

@@ -32,3 +32,5 @@ 'use strict'

for (let i = 0; i < attempts; i += 1) {
if (attempters[i](value)) return true
if (attempters[i](value)) {
return true
}
}

@@ -35,0 +37,0 @@ }

{
"name": "@socketregistry/is-typed-array",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Socket.dev optimized package override for is-typed-array",