Socket
Socket
Sign inDemoInstall

@emotion/utils

Package Overview
Dependencies
0
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0 to 0.11.1

6

dist/utils.cjs.js
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./utils.cjs.prod.js');
if (process.env.NODE_ENV === "production") {
module.exports = require("./utils.cjs.prod.js");
} else {
module.exports = require('./utils.cjs.dev.js');
module.exports = require("./utils.cjs.dev.js");
}
{
"name": "@emotion/utils",
"version": "0.11.0",
"version": "0.11.1",
"description": "internal utils for emotion",

@@ -25,3 +25,2 @@ "main": "dist/utils.cjs.js",

],
"umd:main": "./dist/index.min.js",
"devDependencies": {

@@ -28,0 +27,0 @@ "dtslint": "^0.3.0"

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