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

web-worker-manager

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-worker-manager - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

bower.json
{
"name": "worker-manager",
"version": "0.1.0",
"version": "0.1.1",
"description": "Worker manager",

@@ -27,2 +27,2 @@ "keywords": [

]
}
}

@@ -0,1 +1,6 @@

0.1.1 / 2015-11-19
==================
* fix template to work with babel
0.1.0 / 2015-09-03

@@ -2,0 +7,0 @@ ==================

{
"name": "web-worker-manager",
"version": "0.1.0",
"version": "0.1.1",
"description": "Worker manager",

@@ -26,2 +26,2 @@ "keywords": [

}
}
}

@@ -40,6 +40,6 @@ 'use strict';

};
(("CODE"))
"CODE";
};
var workerStr = worker.toString().split('(("CODE"))');
var workerStr = worker.toString().split('"CODE";');

@@ -46,0 +46,0 @@ exports.newWorkerURL = function newWorkerURL(code, deps) {

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