🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

isoworker

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isoworker - npm Package Compare versions

Comparing version

to
0.1.1

8

esm/browser.js

@@ -30,6 +30,8 @@ var wk = function (c, msg, transfer, cb) {

Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array
Float64Array
];
if (typeof BigInt64Array != 'undefined')
abvList.push(BigInt64Array);
if (typeof BigUint64Array != 'undefined')
abvList.push(BigUint64Array);
var getAllPropertyKeys = function (o) {

@@ -36,0 +38,0 @@ var keys = Object.getOwnPropertyNames(o);

@@ -33,6 +33,8 @@ "use strict";

Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array
Float64Array
];
if (typeof BigInt64Array != 'undefined')
abvList.push(BigInt64Array);
if (typeof BigUint64Array != 'undefined')
abvList.push(BigUint64Array);
var getAllPropertyKeys = function (o) {

@@ -39,0 +41,0 @@ var keys = Object.getOwnPropertyNames(o);

@@ -19,6 +19,8 @@ "use strict";

Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array
Float64Array
];
if (typeof BigInt64Array != 'undefined')
abvList.push(BigInt64Array);
if (typeof BigUint64Array != 'undefined')
abvList.push(BigUint64Array);
var getAllPropertyKeys = function (o) {

@@ -25,0 +27,0 @@ var keys = Object.getOwnPropertyNames(o);

@@ -34,6 +34,8 @@ "use strict";

Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array
Float64Array
];
if (typeof BigInt64Array != 'undefined')
abvList.push(BigInt64Array);
if (typeof BigUint64Array != 'undefined')
abvList.push(BigUint64Array);
var getAllPropertyKeys = function (o) {

@@ -40,0 +42,0 @@ var keys = Object.getOwnPropertyNames(o);

{
"name": "isoworker",
"version": "0.1.0",
"version": "0.1.1",
"description": "Isomorphic workerization with dependencies",

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

Sorry, the diff of this file is not supported yet