Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/strong-weak-map

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/strong-weak-map - npm Package Compare versions

Comparing version 7.3.9 to 8.0.0

5

dist/esm/StrongWeakMap.js

@@ -1,5 +0,4 @@

var _a;
export class StrongWeakMap {
map;
constructor(init) {
this[_a] = 'StrongWeakMap';
this.map = new Map(init?.map(([k, v]) => [k, new WeakRef(v)]));

@@ -117,4 +116,4 @@ }

}
[Symbol.toStringTag] = 'StrongWeakMap';
}
_a = Symbol.toStringTag;
//# sourceMappingURL=StrongWeakMap.js.map

6

package.json

@@ -6,3 +6,3 @@ {

},
"version": "7.3.9",
"version": "8.0.0",
"description": "A Map with weakly referenced values.",

@@ -55,5 +55,5 @@ "keywords": [

"engines": {
"node": ">=16"
"node": ">=18"
},
"gitHead": "77c7fb3ffd80a626ec07d704cefcaa21d62fd460"
"gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370"
}
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