Socket
Socket
Sign inDemoInstall

@wixc3/patterns

Package Overview
Dependencies
Maintainers
68
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/patterns - npm Package Compare versions

Comparing version 8.2.0 to 8.2.1

2

dist/cjs/set-multi-map.js

@@ -90,5 +90,5 @@ "use strict";

function isSetMultiMap(x) {
return x instanceof (SetMultiMap);
return x instanceof SetMultiMap;
}
exports.isSetMultiMap = isSetMultiMap;
//# sourceMappingURL=set-multi-map.js.map

@@ -86,4 +86,4 @@ import { forEach, chain } from '@wixc3/common';

export function isSetMultiMap(x) {
return x instanceof (SetMultiMap);
return x instanceof SetMultiMap;
}
//# sourceMappingURL=set-multi-map.js.map
{
"name": "@wixc3/patterns",
"version": "8.2.0",
"version": "8.2.1",
"description": "A utility for saving objects to be disposed",

@@ -21,5 +21,5 @@ "main": "dist/cjs/index.js",

"dependencies": {
"@wixc3/common": "^8.2.0",
"@wixc3/common": "^8.2.1",
"promise-assist": "^2.0.1"
}
}

@@ -100,3 +100,3 @@ import { forEach, chain } from '@wixc3/common';

export function isSetMultiMap<K, V>(x: any): x is SetMultiMap<K, V> {
return x instanceof SetMultiMap<K, V>;
return x instanceof SetMultiMap;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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