New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

emotion-theming

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emotion-theming - npm Package Compare versions

Comparing version 8.0.4 to 8.0.7

dist/emotion.umd.min.js

2

package.json
{
"name": "emotion-theming",
"version": "8.0.4",
"version": "8.0.7",
"description": "A CSS-in-JS theming solution, inspired by styled-components",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -47,3 +47,3 @@ # emotion-theming

height: 100vh;
`;
`

@@ -53,3 +53,3 @@ const Headline = styled.h1`

font: 20px/1.5 sans-serif;
`;
`

@@ -140,3 +140,3 @@ export default Page extends React.Component {

color: ${props => props.theme.color}; // will be blue
`;
`
```

@@ -143,0 +143,0 @@

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