Socket
Socket
Sign inDemoInstall

terra-button

Package Overview
Dependencies
Maintainers
9
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-button - npm Package Compare versions

Comparing version 3.50.0 to 3.51.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 3.51.0 - (December 8, 2020)
* Changed
* Minor dependency version bump
## 3.50.0 - (November 17, 2020)

@@ -7,0 +12,0 @@

4

lib/Button.js
"use strict";
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
Object.defineProperty(exports, "__esModule", {

@@ -28,4 +30,2 @@ value: true

function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

@@ -32,0 +32,0 @@

{
"name": "terra-button",
"main": "lib/Button.js",
"version": "3.50.0",
"version": "3.51.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",

@@ -45,6 +45,6 @@ "repository": {

"prop-types": "^15.5.8",
"terra-icon": "^3.38.0",
"terra-icon": "^3.39.0",
"terra-theme-context": "^1.0.0"
},
"gitHead": "0e7146c606856f9b2cba0b1defb1d48181b6c089"
"gitHead": "a831aafb7547ff092f55bb322c2800129e51fdf9"
}
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