New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/base-ui.text.heading

Package Overview
Dependencies
Maintainers
16
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/base-ui.text.heading - npm Package Compare versions

Comparing version 0.5.9 to 0.5.10

6

dist/heading.d.ts

@@ -8,2 +8,8 @@ import React from 'react';

} & React.HTMLAttributes<HTMLHeadingElement>;
/**
* Base title component, to be styled by composing components.
* May have more logic in the future.
* @example
* <Heading element="h3">This is a title</Heading>
*/
export declare function Heading(props: HeadingProps): JSX.Element;

@@ -10,0 +16,0 @@ export declare namespace Heading {

@@ -19,2 +19,8 @@ "use strict";

const react_1 = __importDefault(require("react"));
/**
* Base title component, to be styled by composing components.
* May have more logic in the future.
* @example
* <Heading element="h3">This is a title</Heading>
*/
function Heading(props) {

@@ -21,0 +27,0 @@ const { element } = props, rest = __rest(props, ["element"]);

5

package.json
{
"name": "@teambit/base-ui.text.heading",
"version": "0.5.9",
"version": "0.5.10",
"homepage": "https://bit.dev/teambit/base-ui/text/heading",
"main": "dist/index.js",

@@ -8,3 +9,3 @@ "componentId": {

"name": "text/heading",
"version": "0.5.9"
"version": "0.5.10"
},

@@ -11,0 +12,0 @@ "dependencies": {},

dist/heading.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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