Socket
Socket
Sign inDemoInstall

workerize-loader

Package Overview
Dependencies
81
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

7

package.json
{
"name": "workerize-loader",
"version": "2.0.0",
"version": "2.0.1",
"description": "Automatically move a module into a Web Worker (Webpack loader)",

@@ -8,7 +8,6 @@ "main": "dist/index.js",

"scripts": {
"postinstall": "patch-package",
"build": "microbundle --format cjs --no-compress --inline none src/*.js",
"prepublishOnly": "npm run build",
"dev": "karmatic watch --no-headless",
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
"dev": "patch-package && karmatic watch --no-headless",
"test": "patch-package && npm run build && karmatic && NODE_ENV=production karmatic -p",
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"

@@ -15,0 +14,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc