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

@trycourier/react-elements

Package Overview
Dependencies
Maintainers
0
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.1cfeff7.0 to 6.0.1-internal.1e0f6ce.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.1cfeff7.0+1cfeff7",
"version": "6.0.1-internal.1e0f6ce.0+1e0f6ce",
"description": "Shareable components for each Courier package",

@@ -40,5 +40,5 @@ "author": "Drew Youngwerth <drew@youngwerth.com>",

"react-dom": ">=17.X.X",
"styled-components": ">=^5.X.X"
"styled-components": ">=5.X.X"
},
"gitHead": "1cfeff7db8582775dad6eaa62076d27647f280dd"
"gitHead": "1e0f6ce4dee7fe62a5cd45736a08b73799659773"
}
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