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

@teambit/documenter.ui.heading

Package Overview
Dependencies
Maintainers
18
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.1.1 to 4.1.2

package-tar/teambit-documenter.ui.heading-4.1.2.tgz

8

package.json
{
"name": "@teambit/documenter.ui.heading",
"version": "4.1.1",
"version": "4.1.2",
"homepage": "https://bit.dev/teambit/documenter/ui/heading",

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

"name": "ui/heading",
"version": "4.1.1"
"version": "4.1.2"
},

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

"core-js": "^3.0.0",
"@teambit/base-ui.text.heading": "1.0.1"
"@teambit/base-ui.text.heading": "1.0.3"
},

@@ -25,3 +25,3 @@ "devDependencies": {

"@types/node": "12.20.4",
"@teambit/documenter.theme.theme-compositions": "4.1.1"
"@teambit/documenter.theme.theme-compositions": "4.1.2"
},

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

@@ -12,10 +12,10 @@ {

"jsx": "react",
"allowJs": true,
"composite": true,
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"outDir": "dist",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"composite": true,
"outDir": "dist",
"rootDir": "."

@@ -22,0 +22,0 @@ },

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