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

@dwmt/comlink

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dwmt/comlink - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

.idea/comlink.iml

6

dist/Comlink.esm.js

@@ -803,3 +803,3 @@ import { inherits } from 'util';

} catch (err) {
return ws.send(JSON.stringify({
ws.send(JSON.stringify({
_type: 'rpcError',

@@ -812,2 +812,3 @@ id,

}));
throw err;
}

@@ -841,2 +842,3 @@ }

}));
throw err;
}

@@ -849,3 +851,3 @@ });

var version = "1.1.5";
var version = "1.1.6";

@@ -852,0 +854,0 @@ var Comlink = {

@@ -807,3 +807,3 @@ 'use strict';

} catch (err) {
return ws.send(JSON.stringify({
ws.send(JSON.stringify({
_type: 'rpcError',

@@ -816,2 +816,3 @@ id,

}));
throw err;
}

@@ -845,2 +846,3 @@ }

}));
throw err;
}

@@ -853,3 +855,3 @@ });

var version = "1.1.5";
var version = "1.1.6";

@@ -856,0 +858,0 @@ var Comlink = {

{
"name": "@dwmt/comlink",
"version": "1.1.5",
"version": "1.1.6",
"description": "Communication library for lazy enthusiasts",

@@ -5,0 +5,0 @@ "main": "dist/Comlink.js",

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