@socketregistry/is-typed-array
Advanced tools
Comparing version
@@ -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", |
5869
0.31%54
3.85%