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

@welcome-ui/core

Package Overview
Dependencies
Maintainers
0
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@welcome-ui/core - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

20

dist/index.js

@@ -207,3 +207,3 @@ "use client"

{
url: `${theme.fontsUrl}/icon-font/4e1c87d880b3945e656907a8db865cd843ffccc3/welcome-icon-font`,
url: `${theme.fontsUrl}/icon-font/86a20c5c3091bc8c215437747a3bfd2a2bfe8c94/welcome-icon-font`,
display: "block"

@@ -427,2 +427,10 @@ }

},
hover: {
default: {
borderColor: colors2["neutral-40"]
},
transparency: {
borderColor: colors2["neutral-20"]
}
},
variants: {

@@ -441,8 +449,8 @@ danger: {

default: {
...focus(colors2["primary-30"]),
borderColor: "transparent"
...focus(colors2["primary-20"]),
borderColor: colors2["primary-40"]
},
danger: { ...focus(colors2["red-60"]) },
warning: { ...focus(colors2["orange-50"]) },
success: { ...focus(colors2["green-50"]) }
danger: { ...focus(colors2["red-30"]) },
warning: { ...focus(colors2["orange-20"]) },
success: { ...focus(colors2["green-30"]) }
},

@@ -449,0 +457,0 @@ sizes: {

@@ -24,2 +24,3 @@ import { CSSObject } from '@xstyled/styled-components';

};
hover: CSSObject;
iconPlacement: Record<Size, CSSObject>;

@@ -26,0 +27,0 @@ placeholder: CSSObject;

{
"name": "@welcome-ui/core",
"version": "6.3.0",
"version": "6.4.0",
"description": "welcome-ui: Core utils",

@@ -46,3 +46,3 @@ "main": "dist/index.js",

"dependencies": {
"@welcome-ui/utils": "^6.1.1",
"@welcome-ui/utils": "^6.4.0",
"ramda": "^0.30.1"

@@ -55,5 +55,5 @@ },

},
"gitHead": "fe9d5fb3178dcb7740c7b674ea22a1f9ed25b032",
"gitHead": "dc5e8d08f341b7b9a837cc0d64dcbb99f1dc617b",
"sideEffects": false,
"homepage": "https://welcome-ui.com"
}

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