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

comlinkjs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comlinkjs - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

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

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