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

terra-heading

Package Overview
Dependencies
Maintainers
9
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-heading - npm Package Compare versions

Comparing version 4.45.0 to 4.46.0

5

CHANGELOG.md

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

## 4.46.0 - (July 6, 2021)
* Changed
* Minor dependency version bump
## 4.45.0 - (May 11, 2021)

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

4

lib/Heading.js

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

var _excluded = ["level", "children", "isVisuallyHidden", "isItalic", "size", "weight", "colorClass"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -114,3 +116,3 @@

colorClass = _ref.colorClass,
customProps = _objectWithoutProperties(_ref, ["level", "children", "isVisuallyHidden", "isItalic", "size", "weight", "colorClass"]);
customProps = _objectWithoutProperties(_ref, _excluded);

@@ -117,0 +119,0 @@ var attributes = _objectSpread({}, customProps);

{
"name": "terra-heading",
"main": "lib/Heading.js",
"version": "4.45.0",
"version": "4.46.0",
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.",

@@ -32,3 +32,3 @@ "repository": {

"prop-types": "^15.5.8",
"terra-arrange": "^3.46.0"
"terra-arrange": "^3.47.0"
},

@@ -48,3 +48,3 @@ "scripts": {

},
"gitHead": "da46567d181eafbac5613b43b05c2cb0daa52fb1"
"gitHead": "ccca9ef22c3bd7bc08f1e3e41fbc5d32433f6369"
}
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