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

@diana-ui/icon

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/icon - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

4

lib/Icon.js

@@ -26,3 +26,3 @@ var __assign = (this && this.__assign) || function () {

var styleSheet = function () { return ({
icon: {},
icon: {}
}); };

@@ -39,3 +39,3 @@ var Icon = function (_a) {

var newProps = {
className: "y-icon " + cx(styles.icon) + " " + (className || ""),
className: "y-icon " + cx(styles.icon) + " " + (className || "")
};

@@ -42,0 +42,0 @@ if (size || width) {

@@ -15,3 +15,3 @@ var __rest = (this && this.__rest) || function (s, e) {

const styleSheet = () => ({
icon: {},
icon: {}
});

@@ -28,3 +28,3 @@ const Icon = (_a) => {

const newProps = {
className: `y-icon ${cx(styles.icon)} ${className || ""}`,
className: `y-icon ${cx(styles.icon)} ${className || ""}`
};

@@ -31,0 +31,0 @@ if (size || width) {

{
"name": "@diana-ui/icon",
"version": "0.2.4",
"version": "0.2.5",
"main": "lib/index.js",

@@ -23,6 +23,6 @@ "module": "module/index.js",

"dependencies": {
"@diana-ui/base": "^0.1.11",
"@diana-ui/base": "^0.1.12",
"@diana-ui/tokens": "^0.1.8",
"@diana-ui/types": "^0.1.8",
"@diana-ui/typography": "^0.1.11",
"@diana-ui/typography": "^0.1.12",
"aesthetic-react": "^2.1.0",

@@ -48,3 +48,3 @@ "react-svg": "^11.0.9"

},
"gitHead": "d29a70f33df95402953c4b72267f4d78c6d473ac"
"gitHead": "3560ef96412b440e6f3ce7aaf7c43bb2c3a03d69"
}
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