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.0.10 to 1.0.11

20

dist/Comlink.esm.js

@@ -48,2 +48,18 @@ import Cookies from 'js-cookie';

function _typeof(obj) {
"@babel/helpers - typeof";
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
_typeof = function (obj) {
return typeof obj;
};
} else {
_typeof = function (obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
};
}
return _typeof(obj);
}
function _classCallCheck(instance, Constructor) {

@@ -157,2 +173,6 @@ if (!(instance instanceof Constructor)) {

if (_typeof(options.loader) === 'object' && options.loader.work && options.loader.terminate) {
loader = options.loader;
}
return loader;

@@ -159,0 +179,0 @@ }

@@ -52,2 +52,18 @@ 'use strict';

function _typeof(obj) {
"@babel/helpers - typeof";
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
_typeof = function (obj) {
return typeof obj;
};
} else {
_typeof = function (obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
};
}
return _typeof(obj);
}
function _classCallCheck(instance, Constructor) {

@@ -161,2 +177,6 @@ if (!(instance instanceof Constructor)) {

if (_typeof(options.loader) === 'object' && options.loader.work && options.loader.terminate) {
loader = options.loader;
}
return loader;

@@ -163,0 +183,0 @@ }

2

package.json
{
"name": "@dwmt/comlink",
"version": "1.0.10",
"version": "1.0.11",
"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