You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@times-tooling/button

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-tooling/button - npm Package Compare versions

Comparing version
3.3.0
to
3.4.0
+11
-0
CHANGELOG.md

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

# [3.4.0](https://github.com/newsuk/times-tooling/compare/@times-tooling/button@3.3.0...@times-tooling/button@3.4.0) (2019-10-01)
### Features
* button set equal width ([#54](https://github.com/newsuk/times-tooling/issues/54)) ([eef2502](https://github.com/newsuk/times-tooling/commit/eef2502))
# [3.3.0](https://github.com/newsuk/times-tooling/compare/@times-tooling/button@3.2.0...@times-tooling/button@3.3.0) (2019-08-06)

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

+2
-2

@@ -78,4 +78,4 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

padding: 1rem;
height: 4rem;
width: 4rem;
min-height: 4rem;
min-width: 4rem;

@@ -82,0 +82,0 @@ ${props => props.withText && css`

{
"name": "@times-tooling/button",
"version": "3.3.0",
"version": "3.4.0",
"main": "lib/index.js",

@@ -45,3 +45,3 @@ "module": "lib/index.js",

],
"gitHead": "11faa79eead332455ca8198c098d45e3602da2ef"
"gitHead": "127a6b96833677e1793164e00009bc1d86d588c9"
}