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

@hig/button

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/button - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

3

build/index.es.js

@@ -119,3 +119,4 @@ import React, { Component } from 'react';

opacity: themeData["component.disabled.opacity"],
cursor: "default"
cursor: "default",
pointerEvents: "none"
};

@@ -122,0 +123,0 @@ }

@@ -126,3 +126,4 @@ 'use strict';

opacity: themeData["component.disabled.opacity"],
cursor: "default"
cursor: "default",
pointerEvents: "none"
};

@@ -129,0 +130,0 @@ }

@@ -0,1 +1,8 @@

# [@hig/button-v1.4.2](https://github.com/Autodesk/hig/compare/@hig/button@1.4.1...@hig/button@1.4.2) (2019-07-26)
### Bug Fixes
* remove pointer events when link is disabled ([1d6f04a](https://github.com/Autodesk/hig/commit/1d6f04a))
# [@hig/button-v1.4.1](https://github.com/Autodesk/hig/compare/@hig/button@1.4.0...@hig/button@1.4.1) (2019-07-24)

@@ -2,0 +9,0 @@

{
"name": "@hig/button",
"version": "1.4.1",
"version": "1.4.2",
"description": "HIG Button",

@@ -5,0 +5,0 @@ "author": "Autodesk Inc.",

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