Socket
Socket
Sign inDemoInstall

@emotion/styled

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/styled - npm Package Compare versions

Comparing version 10.0.0-really-unsafe-please-do-not-use.2 to 10.0.0

dist/styled.umd.min.js

6

dist/styled.cjs.js
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./styled.cjs.prod.js');
if (process.env.NODE_ENV === "production") {
module.exports = require("./styled.cjs.prod.js");
} else {
module.exports = require('./styled.cjs.dev.js');
module.exports = require("./styled.cjs.dev.js");
}
{
"name": "@emotion/styled",
"version": "10.0.0-really-unsafe-please-do-not-use.2",
"version": "10.0.0",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
"types": "types/index.d.ts",
"license": "MIT",
"repository": "https://github.com/emotion-js/emotion/tree/master/next-packages/styled",
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/styled",
"scripts": {
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/styled-base": "^10.0.0-really-unsafe-please-do-not-use.2",
"babel-plugin-emotion": "^10.0.0-really-unsafe-please-do-not-use.2"
"@emotion/styled-base": "10.0.0",
"babel-plugin-emotion": "10.0.0"
},
"devDependencies": {
"dtslint": "^0.3.0"
},
"publishConfig": {

@@ -19,5 +26,6 @@ "access": "public"

"dist",
"types",
"macro.js"
],
"umd:main": "./dist/index.min.js",
"umd:main": "dist/styled.umd.min.js",
"browser": {

@@ -27,3 +35,5 @@ "./dist/styled.cjs.js": "./dist/styled.browser.cjs.js",

},
"gitHead": "0da0de50f6f2c19e46bca7662d1a954d48db1264"
"preconstruct": {
"umdName": "emotionStyled"
}
}

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