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.9 to 1.1.10

4

dist/Comlink.esm.js

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

if ((tr._type === 'rpcResponse' || tr._type === 'rpcError') && tr.id) {
if ((tr._type === 'rpcResponse' || tr._type === 'rpcError' || typeof tr._type === 'undefined') && tr.id) {
if (tr.result) {

@@ -854,3 +854,3 @@ self._channels[options.name].answers[tr.id].resolve(tr.result);

var version = "1.1.9";
var version = "1.1.10";

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

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

if ((tr._type === 'rpcResponse' || tr._type === 'rpcError') && tr.id) {
if ((tr._type === 'rpcResponse' || tr._type === 'rpcError' || typeof tr._type === 'undefined') && tr.id) {
if (tr.result) {

@@ -858,3 +858,3 @@ self._channels[options.name].answers[tr.id].resolve(tr.result);

var version = "1.1.9";
var version = "1.1.10";

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

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