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

@teambit/design.ui.heading

Package Overview
Dependencies
Maintainers
18
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/design.ui.heading - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

package-tar/teambit-design.ui.heading-1.0.4.tgz

6

package.json
{
"name": "@teambit/design.ui.heading",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://bit.dev/teambit/design/ui/heading",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "ui/heading",
"version": "1.0.3"
"version": "1.0.4"
},

@@ -24,3 +24,3 @@ "dependencies": {

"@types/node": "12.20.4",
"@teambit/design.envs.react": "1.0.3"
"@teambit/design.envs.react": "1.0.4"
},

@@ -27,0 +27,0 @@ "peerDependencies": {

@@ -6,5 +6,9 @@ declare module '*.png' {

declare module '*.svg' {
const value: any;
export = value;
import type { FunctionComponent, SVGProps } from 'react';
export const ReactComponent: FunctionComponent<SVGProps<SVGSVGElement> & { title?: string }>;
const src: string;
export default src;
}
// @TODO Gilad

@@ -11,0 +15,0 @@ declare module '*.jpg' {

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