You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

exokit

Package Overview
Dependencies
Maintainers
1
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exokit - npm Package Compare versions

Comparing version

to
0.0.49

2

index.js

@@ -1623,3 +1623,3 @@ const events = require('events');

if (src instanceof Blob) {
super('data:application/javascript,' + src[Blob.BUFFER].toString('utf8'), workerOptions);
super('data:application/javascript,' + src.buffer.toString('utf8'), workerOptions);
} else {

@@ -1626,0 +1626,0 @@ super(_normalizeUrl(src), workerOptions);

{
"name": "exokit",
"version": "0.0.48",
"version": "0.0.49",
"main": "index.js",

@@ -10,3 +10,3 @@ "dependencies": {

"window-eval-native": "0.0.1",
"window-fetch": "0.0.2",
"window-fetch": "0.0.3",
"window-worker": "0.0.20",

@@ -13,0 +13,0 @@ "ws": "^4.0.0",