Socket
Socket
Sign inDemoInstall

@arcteryx/components-button

Package Overview
Dependencies
Maintainers
7
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcteryx/components-button - npm Package Compare versions

Comparing version 1.30.2 to 1.30.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.30.3](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-button@1.30.2...@arcteryx/components-button@1.30.3) (2021-03-10)
### Bug Fixes
* changes according to Andrew ([bc2e332](http://bitbucket.org/arcteryx/arcteryx-js-helpers/commits/bc2e332bcd239f77d8a13d2a88cb206664506834))
## [1.30.2](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-button@1.30.1...@arcteryx/components-button@1.30.2) (2021-03-10)

@@ -8,0 +19,0 @@

@@ -151,2 +151,7 @@ 'use strict';

cursor: not-allowed;
&:hover {
border: 1px solid transparent;
background-image: none;
}
}

@@ -153,0 +158,0 @@ `};

@@ -144,2 +144,7 @@ import React from 'react';

cursor: not-allowed;
&:hover {
border: 1px solid transparent;
background-image: none;
}
}

@@ -146,0 +151,0 @@ `};

@@ -155,2 +155,7 @@ (function (global, factory) {

cursor: not-allowed;
&:hover {
border: 1px solid transparent;
background-image: none;
}
}

@@ -157,0 +162,0 @@ `};

4

package.json
{
"name": "@arcteryx/components-button",
"version": "1.30.2",
"version": "1.30.3",
"description": "Arcteryx Button",

@@ -18,3 +18,3 @@ "source": "src/index.js",

"license": "ISC",
"gitHead": "f49e9d14600e67dbf5b84edde10bee4326712f4a",
"gitHead": "c9791cb48fdf8be998fba0ac650823b7d6e38af7",
"files": [

@@ -21,0 +21,0 @@ "dist",

@@ -80,2 +80,7 @@ import React from "react";

cursor: not-allowed;
&:hover {
border: 1px solid transparent;
background-image: none;
}
}

@@ -82,0 +87,0 @@ `};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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