@trycourier/react-elements
Advanced tools
Comparing version 6.0.1-internal.618f257.0 to 6.0.1-internal.6d8dcf0.0
@@ -60,3 +60,3 @@ "use strict"; | ||
var Title = function Title(opts) { | ||
var _headings$; | ||
var _headings; | ||
@@ -66,3 +66,3 @@ var _opts$level = opts.level, | ||
rest = (0, _objectWithoutProperties2["default"])(opts, ["level"]); | ||
var Heading = (_headings$ = headings["H".concat(level)]) !== null && _headings$ !== void 0 ? _headings$ : headings.H2; | ||
var Heading = (_headings = headings["H".concat(level)]) !== null && _headings !== void 0 ? _headings : headings.H2; | ||
var index = Math.min(Math.max(level - 1, 0), 4); | ||
@@ -69,0 +69,0 @@ var weight = ["900", "800", "700", "500", "300"][index]; |
{ | ||
"name": "@trycourier/react-elements", | ||
"version": "6.0.1-internal.618f257.0+618f257", | ||
"version": "6.0.1-internal.6d8dcf0.0+6d8dcf0", | ||
"description": "Shareable components for each Courier package", | ||
@@ -42,3 +42,3 @@ "author": "Drew Youngwerth <drew@youngwerth.com>", | ||
}, | ||
"gitHead": "618f2570ad756f535f2c8c07ed57f0eadf24144e" | ||
"gitHead": "6d8dcf0cb9af3709d2b19e0e60188fc03fdccba7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39422