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

@labrnth/heading

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labrnth/heading - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

CHANGELOG.md

@@ -12,2 +12,8 @@ # Change Log

## 0.1.3 - 18/05/2021
### Changed
- Updated the `README.md`.
## 0.1.2 - 05/05/2021

@@ -14,0 +20,0 @@

0

dist/index.d.ts

@@ -0,0 +0,0 @@ import React from 'react';

2

package.json
{
"name": "@labrnth/heading",
"version": "0.1.2",
"version": "0.1.3",
"description": "A heading component.",

@@ -5,0 +5,0 @@ "source": "./src/index.tsx",

@@ -21,5 +21,5 @@ # @labrnth/heading

| Prop | Type | Default | Description |
| --------- | -------------------------------------------------------------------- | ------- | ---------------------------------------- |
| children | `React.ReactNode` | | The contents of the heading. |
| component | `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `div`, `label`, `span`, `header` | `h1` | The underlying component of the heading. |
| Prop | Type | Default | Description |
| ---------- | -------------------------------------------------------------------- | ------- | ---------------------------------------- |
| children | `React.ReactNode` | | The contents of the heading. |
| component? | `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `div`, `label`, `span`, `header` | `h1` | The underlying component of the heading. |
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