@trycourier/react-elements
Advanced tools
Comparing version 6.0.1-internal.4fbd4e5.0 to 6.0.1-internal.59fedaf.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.4fbd4e5.0+4fbd4e5", | ||
"version": "6.0.1-internal.59fedaf.0+59fedaf", | ||
"description": "Shareable components for each Courier package", | ||
@@ -42,3 +42,3 @@ "author": "Drew Youngwerth <drew@youngwerth.com>", | ||
}, | ||
"gitHead": "4fbd4e513e9b650249f27d6b3b903816983e7594" | ||
"gitHead": "59fedaf4fd689ad4ebc762b5628beac448b4c259" | ||
} |
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
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