@dodona/pyodide-trace-library
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -15,2 +15,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
constructor(channel = makeChannel(), client) { | ||
// The syntax of the constructor of the web worker is important | ||
// otherwise webpack cannot correctly bundle the worker | ||
// see https://webpack.js.org/guides/web-workers/ | ||
if (client === undefined) | ||
@@ -17,0 +20,0 @@ client = new PyodideClient(() => new Worker(new URL("./worker.js", import.meta.url)), channel); |
{ | ||
"name": "@dodona/pyodide-trace-library", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"main": "dist/index.js", | ||
@@ -15,3 +15,2 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@types/node": "^18.11.15", | ||
"comlink": "^4.3.1", | ||
@@ -23,5 +22,8 @@ "comsync": "^0.0.8", | ||
"pyodide-worker-runner": "^1.3.1", | ||
"sync-message": "^0.0.10", | ||
"sync-message": "^0.0.10" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.15", | ||
"typescript": "^4.9.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
42560
7
204
2
+ Added@types/node@22.9.1(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@^18.11.15
- Removedtypescript@^4.9.4
- Removed@types/node@18.19.64(transitive)
- Removedtypescript@4.9.5(transitive)
- Removedundici-types@5.26.5(transitive)