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

terra-button

Package Overview
Dependencies
Maintainers
7
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.77.0 to 3.78.0

5

CHANGELOG.md

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

## 3.78.0 - (May 24, 2024)
* Changed
* Minor dependency version bump.
## 3.77.0 - (April 4, 2024)

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

2

lib/Button.js

@@ -21,3 +21,3 @@ "use strict";

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; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -24,0 +24,0 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }

{
"name": "terra-button",
"version": "3.77.0",
"version": "3.78.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",

@@ -24,12 +24,20 @@ "author": "Cerner Corporation",

"main": "lib/Button.js",
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "16",
"react-dom": "16"
},
"dependencies": {
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.0.0"
"classnames": "2",
"keycode-js": "3",
"prop-types": "15",
"terra-theme-context": "1"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
},
"scripts": {

@@ -48,11 +56,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files",

},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"gitHead": "56e12414ad56f0db08f2fb3cf2a60644f57f27e5"
"gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac"
}
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