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.71.0 to 3.72.0

5

CHANGELOG.md

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

## 3.72.0 - (December 11, 2023)
* Removed
* Removed `isSelectable` & `isSelected` custom prop from Button
## 3.71.0 - (November 13, 2023)

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

2

lib/Button.js

@@ -345,2 +345,4 @@ "use strict";

}
customProps === null || customProps === void 0 || delete customProps.isSelectable;
customProps === null || customProps === void 0 || delete customProps.isSelected;
return /*#__PURE__*/_react.default.createElement(ComponentType, _extends({}, customProps, {

@@ -347,0 +349,0 @@ className: buttonClasses,

4

package.json
{
"name": "terra-button",
"version": "3.71.0",
"version": "3.72.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",

@@ -47,3 +47,3 @@ "author": "Cerner Corporation",

},
"gitHead": "1be8c98fe2eeec64ef7a7fa457dd708da88e5170"
"gitHead": "9bb7f9261dac42e2bc7e9e6289cdb43fd0689e79"
}

@@ -318,2 +318,4 @@ import React from 'react';

}
delete customProps?.isSelectable;
delete customProps?.isSelected;

@@ -320,0 +322,0 @@ return (

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