workerize-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
16289