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

@dodona/pyodide-trace-library

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dodona/pyodide-trace-library - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

3

dist/index.js

@@ -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);

8

package.json
{
"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

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