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.7 to 1.1.8

6

dist/Comlink.esm.js

@@ -590,4 +590,4 @@ import { inherits } from 'util';

if (sendMeta) {
message[_dialect] = dialect.name;
message[_type] = type;
message['_dialect'] = dialect.name;
message['_type'] = type;
}

@@ -854,3 +854,3 @@

var version = "1.1.7";
var version = "1.1.8";

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

@@ -594,4 +594,4 @@ 'use strict';

if (sendMeta) {
message[_dialect] = dialect.name;
message[_type] = type;
message['_dialect'] = dialect.name;
message['_type'] = type;
}

@@ -858,3 +858,3 @@

var version = "1.1.7";
var version = "1.1.8";

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

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