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

@tradeshift/elements.icon

Package Overview
Dependencies
Maintainers
8
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tradeshift/elements.icon - npm Package Compare versions

Comparing version 0.40.0 to 0.40.1

6

package.json
{
"name": "@tradeshift/elements.icon",
"version": "0.40.0",
"version": "0.40.1",
"repository": {

@@ -22,6 +22,6 @@ "type": "git",

"dependencies": {
"@tradeshift/elements": "^0.40.0"
"@tradeshift/elements": "^0.40.1"
},
"src": "src/icon.js",
"gitHead": "95eb701d1139386b893ad0ed34acb72284339732"
"gitHead": "883a0bbd69d7e4e1948084cd9300c4b81e40bacd"
}
export interface TSIconHTMLAttributes {
/** css class name. Use it instead of "className" */
class?: string;
/** Icon name, ex: 'arrow-up' or inline svg string */

@@ -15,6 +17,6 @@ icon?: string;

/** Add circular background for icon */
circular?: boolean;
circular?: boolean | 'true' | 'false';
/** 90, 180, 270 */
rotate?: number;
rotate?: string;

@@ -21,0 +23,0 @@ /** 'h', 'horizontal', 'v', 'vertical' */

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