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

workerize-loader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workerize-loader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "workerize-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatically move a module into a Web Worker (Webpack loader)",
"main": "dist/index.js",
"repository": "developit/workerize-loader",
"scripts": {

@@ -10,2 +11,3 @@ "build": "microbundle --inline none --format cjs --no-compress src/*.js",

"dev": "webpack-dev-server --no-hot --config test/webpack.config.js",
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "npm run build && webpack --config test/webpack.config.js && npm run -s mocha",

@@ -43,3 +45,3 @@ "mocha": "concurrently -r --kill-others \"serve -p 42421 test/dist\" \"mocha-chrome http://localhost:42421\""

"css-loader": "^0.28.8",
"eslint": "^4.14.0",
"eslint": "^4.15.0",
"eslint-config-developit": "^1.1.1",

@@ -46,0 +48,0 @@ "exports-loader": "^0.6.4",

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