Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@symbo.ls/emotion

Package Overview
Dependencies
Maintainers
7
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/emotion - npm Package Compare versions

Comparing version 2.10.25 to 2.10.42

3

index.js

@@ -6,5 +6,6 @@ 'use strict'

export const createEmotion = (key = 'smbls', container) => {
return createInstance({ key, container })
const cleanKey = key.replaceAll(/\./g, '-')
return createInstance({ key: cleanKey, container })
}
export const emotion = createEmotion()
{
"name": "@symbo.ls/emotion",
"version": "2.10.25",
"version": "2.10.42",
"license": "MIT",

@@ -24,3 +24,3 @@ "source": "index.js",

"browserslist": "> 0.5%, last 2 versions, not dead",
"gitHead": "891c18159d1045914b41f121474c6b707ac9db83"
"gitHead": "6d3b7e1e99273510b765357b3668e6f889e28a07"
}
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