New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.1.0 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc