@dwmt/comlink
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54585