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

@trycourier/react-elements

Package Overview
Dependencies
Maintainers
3
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/react-elements - npm Package Compare versions

Comparing version 6.0.1-internal.618f257.0 to 6.0.1-internal.6d8dcf0.0

4

dist/components/title.js

@@ -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"
}
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