Socket
Socket
Sign inDemoInstall

@emotion/memoize

Package Overview
Dependencies
0
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

dist/emotion-memoize.cjs.d.mts

1

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

2

dist/emotion-memoize.cjs.dev.js

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

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

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

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

@@ -9,2 +9,2 @@ function memoize(fn) {

export default memoize;
export { memoize as default };
{
"name": "@emotion/memoize",
"version": "0.8.0",
"version": "0.8.1",
"description": "emotion's memoize utility",

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

"module": "./dist/emotion-memoize.esm.js",
"import": "./dist/emotion-memoize.cjs.mjs",
"default": "./dist/emotion-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