New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

frail-map

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frail-map - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

esm/FrailMap.d.ts

@@ -0,3 +1,7 @@

/** Options for calling `.set()` on a FrailMap. */
export type SetOptions = {
/** Use strong reference for this value. */
/**
* Use strong reference for this value, preventing it from being garbage
* collected.
*/
strong?: boolean;

@@ -4,0 +8,0 @@ };

16

package.json
{
"name": "frail-map",
"version": "1.0.8",
"version": "1.0.9",
"description": "FrailMap is an extension of WeakMap that supports primitive values using WeakRef.",
"keywords": [
"dictionary",
"garbage collection",
"key-value",
"map",
"object map",
"array map",
"graph",
"two-way association",
"bidirectional mapping",
"many to many relationship",
"multiple keys",
"multiple values"
"memory management",
"primitive values",
"WeakMap"
],

@@ -17,0 +13,0 @@ "repository": {

@@ -0,3 +1,7 @@

/** Options for calling `.set()` on a FrailMap. */
export type SetOptions = {
/** Use strong reference for this value. */
/**
* Use strong reference for this value, preventing it from being garbage
* collected.
*/
strong?: boolean;

@@ -4,0 +8,0 @@ };

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