Socket
Socket
Sign inDemoInstall

@emotion/sheet

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/sheet - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

6

dist/sheet.cjs.js
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./sheet.cjs.prod.js');
if (process.env.NODE_ENV === "production") {
module.exports = require("./sheet.cjs.prod.js");
} else {
module.exports = require('./sheet.cjs.dev.js');
module.exports = require("./sheet.cjs.dev.js");
}
{
"name": "@emotion/sheet",
"version": "0.9.1",
"version": "0.9.2",
"description": "emotion's stylesheet",

@@ -25,3 +25,2 @@ "main": "dist/sheet.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc