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.6 to 1.1.7

13

dist/Comlink.esm.js

@@ -585,6 +585,11 @@ import { inherits } from 'util';

let message = {
id: ID,
_dialect: dialect.name,
_type: type
id: ID
};
const sendMeta = dialect.sendMeta || true;
if (sendMeta) {
message[_dialect] = dialect.name;
message[_type] = type;
}
const router = dialect.router(path);

@@ -849,3 +854,3 @@ const parameter = dialect.parameter(data);

var version = "1.1.6";
var version = "1.1.7";

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

@@ -589,6 +589,11 @@ 'use strict';

let message = {
id: ID,
_dialect: dialect.name,
_type: type
id: ID
};
const sendMeta = dialect.sendMeta || true;
if (sendMeta) {
message[_dialect] = dialect.name;
message[_type] = type;
}
const router = dialect.router(path);

@@ -853,3 +858,3 @@ const parameter = dialect.parameter(data);

var version = "1.1.6";
var version = "1.1.7";

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

{
"name": "@dwmt/comlink",
"version": "1.1.6",
"version": "1.1.7",
"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