Socket
Socket
Sign inDemoInstall

@emotion/weak-memoize

Package Overview
Dependencies
0
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

CHANGELOG.md

7

dist/weak-memoize.cjs.prod.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: !0 });
Object.defineProperty(exports, "__esModule", {
value: !0
});
var weakMemoize = function(func) {

@@ -11,2 +15,3 @@ var cache = new WeakMap();

};
exports.default = weakMemoize;

4

package.json
{
"name": "@emotion/weak-memoize",
"version": "0.2.2",
"version": "0.2.3",
"description": "A memoization function that uses a WeakMap",

@@ -20,2 +20,2 @@ "main": "dist/weak-memoize.cjs.js",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc