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.1 to 0.2.2

dist/weak-memoize.browser.esm.js

6

dist/weak-memoize.cjs.js
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./weak-memoize.cjs.prod.js');
if (process.env.NODE_ENV === "production") {
module.exports = require("./weak-memoize.cjs.prod.js");
} else {
module.exports = require('./weak-memoize.cjs.dev.js');
module.exports = require("./weak-memoize.cjs.dev.js");
}
{
"name": "@emotion/weak-memoize",
"version": "0.2.1",
"version": "0.2.2",
"description": "A memoization function that uses a WeakMap",

@@ -16,6 +16,6 @@ "main": "dist/weak-memoize.cjs.js",

],
"umd:main": "./dist/index.min.js",
"browser": {
"./dist/weak-memoize.cjs.js": "./dist/weak-memoize.browser.cjs.js"
"./dist/weak-memoize.cjs.js": "./dist/weak-memoize.browser.cjs.js",
"./dist/weak-memoize.esm.js": "./dist/weak-memoize.browser.esm.js"
}
}

Sorry, the diff of this file is not supported yet

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