@wixc3/isomorphic-worker
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "@wixc3/isomorphic-worker", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "simplified cross worker API for web workers and worker threads", | ||
@@ -30,2 +30,6 @@ "homepage": "https://github.com/wixplosives/isomorphic-worker", | ||
}, | ||
"browser": { | ||
"./worker-scope.js": "./dist/browser-worker-scope.js", | ||
"./worker.js": "./dist/browser-worker.js" | ||
}, | ||
"files": [ | ||
@@ -32,0 +36,0 @@ "dist", |
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
38922