Socket
Socket
Sign inDemoInstall

@emotion/weak-memoize

Package Overview
Dependencies
0
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

dist/emotion-weak-memoize.cjs.d.mts

1

dist/emotion-weak-memoize.cjs.d.ts
export * from "./declarations/src/index";
export { default } from "./declarations/src/index";
//# sourceMappingURL=emotion-weak-memoize.cjs.d.ts.map

2

dist/emotion-weak-memoize.cjs.dev.js

@@ -20,2 +20,2 @@ 'use strict';

exports.default = weakMemoize;
exports["default"] = weakMemoize;

@@ -20,2 +20,2 @@ 'use strict';

exports.default = weakMemoize;
exports["default"] = weakMemoize;

@@ -16,2 +16,2 @@ var weakMemoize = function weakMemoize(func) {

export default weakMemoize;
export { weakMemoize as default };
{
"name": "@emotion/weak-memoize",
"version": "0.3.0",
"version": "0.3.1",
"description": "A memoization function that uses a WeakMap",

@@ -28,2 +28,3 @@ "main": "dist/emotion-weak-memoize.cjs.js",

"module": "./dist/emotion-weak-memoize.esm.js",
"import": "./dist/emotion-weak-memoize.cjs.mjs",
"default": "./dist/emotion-weak-memoize.cjs.js"

@@ -30,0 +31,0 @@ },

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