Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "comlinkjs", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "", | ||
@@ -14,6 +14,6 @@ "main": "comlink.js", | ||
"watchtestharmony": "karma start --no-single-run --browsers ChromeCanaryHeadlessHarmony", | ||
"version": "sed -i.bak -e 's!comlinkjs@[0-9.]+!comlinkjs@'${npm_package_version}'!' README.md && git add README.md", | ||
"version": "sed -i.bak -e 's!comlinkjs@[0-9.]*!comlinkjs@'${npm_package_version}'!' README.md && git add README.md", | ||
"mypublish": "npm run build && npm run test && cp README.md package.json dist && npm publish dist", | ||
"build": "rm -rf dist && mkdir dist && npm run compile", | ||
"compile": "tsc --outDir dist && tsc -m umd --outDir dist/umd && tsc -m none --outDir dist/global" | ||
"compile": "tsc --outDir dist && tsc -m umd --outDir dist/umd && node ./mangle_umd.js" | ||
}, | ||
@@ -20,0 +20,0 @@ "keywords": [], |
@@ -59,3 +59,3 @@ # Comlink | ||
``` | ||
https://cdn.jsdelivr.net/npm/comlinkjs@3.0.0/comlink.js | ||
https://cdn.jsdelivr.net/npm/comlinkjs@3.0.1/umd/comlink.js | ||
``` | ||
@@ -62,0 +62,0 @@ |
@@ -21,2 +21,3 @@ /** | ||
} | ||
else {factory([], self.Comlink={});} | ||
})(function (require, exports) { | ||
@@ -23,0 +24,0 @@ "use strict"; |
@@ -21,2 +21,3 @@ /** | ||
} | ||
else {factory([], self.Comlink={});} | ||
})(function (require, exports) { | ||
@@ -23,0 +24,0 @@ "use strict"; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
42058
10
924