@teambit/design.ui.heading
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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' { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
21012
265
2