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

@hig/icon-button

Package Overview
Dependencies
Maintainers
5
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/icon-button - npm Package Compare versions

Comparing version 0.1.0-alpha.ea645e13 to 0.1.0-alpha.ec9f9669

9

build/index.es.js

@@ -73,2 +73,4 @@ import React, { Component } from 'react';

"CHECK_WHITE": "check-white",
"CHECKBOX_CHECKED": "checkbox-checked",
"CHECKBOX_INDETERMINATE": "checkbox-indeterminate",
"CHECKLIST": "checklist",

@@ -97,2 +99,6 @@ "CHECKMARK": "checkmark",

"DOWNLOAD": "download",
"DROPDOWN_CARET_DOWN": "dropdown-caret-down",
"DROPDOWN_CARET_LEFT": "dropdown-caret-left",
"DROPDOWN_CARET_RIGHT": "dropdown-caret-right",
"DROPDOWN_CARET_UP": "dropdown-caret-up",
"EDIT": "edit",

@@ -137,2 +143,3 @@ "ERROR": "error",

"MODEL_COORDINATION": "model-coordination",
"MORE_VERTICAL": "more-vertical",
"NOTIFICATION": "notification",

@@ -143,4 +150,6 @@ "PASTE": "paste",

"PHOTOS": "photos",
"PLACEHOLDER": "placeholder",
"PLAY": "play",
"PRINT": "print",
"PRODUCTS_AND_SERVICES": "products-and-services",
"PROFILE": "profile",

@@ -147,0 +156,0 @@ "PROJECT_MANAGEMENT": "project-management",

@@ -80,2 +80,4 @@ 'use strict';

"CHECK_WHITE": "check-white",
"CHECKBOX_CHECKED": "checkbox-checked",
"CHECKBOX_INDETERMINATE": "checkbox-indeterminate",
"CHECKLIST": "checklist",

@@ -104,2 +106,6 @@ "CHECKMARK": "checkmark",

"DOWNLOAD": "download",
"DROPDOWN_CARET_DOWN": "dropdown-caret-down",
"DROPDOWN_CARET_LEFT": "dropdown-caret-left",
"DROPDOWN_CARET_RIGHT": "dropdown-caret-right",
"DROPDOWN_CARET_UP": "dropdown-caret-up",
"EDIT": "edit",

@@ -144,2 +150,3 @@ "ERROR": "error",

"MODEL_COORDINATION": "model-coordination",
"MORE_VERTICAL": "more-vertical",
"NOTIFICATION": "notification",

@@ -150,4 +157,6 @@ "PASTE": "paste",

"PHOTOS": "photos",
"PLACEHOLDER": "placeholder",
"PLAY": "play",
"PRINT": "print",
"PRODUCTS_AND_SERVICES": "products-and-services",
"PROFILE": "profile",

@@ -154,0 +163,0 @@ "PROJECT_MANAGEMENT": "project-management",

14

package.json
{
"name": "@hig/icon-button",
"version": "0.1.0-alpha.ea645e13",
"version": "0.1.0-alpha.ec9f9669",
"description": "HIG IconButton component",

@@ -18,7 +18,7 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/icon": "0.1.0-alpha.ea645e13"
"@hig/icon": "0.1.0-alpha.ec9f9669"
},
"devDependencies": {
"@hig/scripts": "0.2.0-alpha.ea645e13",
"@hig/styles": "0.1.0-alpha.ea645e13"
"@hig/scripts": "0.2.0-alpha.ec9f9669",
"@hig/styles": "0.1.0-alpha.ec9f9669"
},

@@ -30,4 +30,8 @@ "peerDependencies": {

"scripts": {
"build": "hig-scripts-build"
"build": "hig-scripts-build",
"lint": "eslint src --ext .js,.jsx"
},
"eslintConfig": {
"extends": "@hig"
}
}
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