Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webworkify

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webworkify - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -6,3 +6,2 @@ var bundleFn = arguments[3];

var stringify = JSON.stringify;
var URL = window.URL || window.webkitURL || window.mozURL || window.msURL;

@@ -51,2 +50,5 @@ module.exports = function (fn) {

;
var URL = window.URL || window.webkitURL || window.mozURL || window.msURL;
return new Worker(URL.createObjectURL(

@@ -53,0 +55,0 @@ new Blob([src], { type: 'text/javascript' })

{
"name": "webworkify",
"version": "1.0.1",
"version": "1.0.2",
"description": "launch a web worker that can require() in the browser with browserify",

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

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