@assecosolutions/fox-breadcrumb
Advanced tools
Comparing version 1.11.7 to 1.11.8-beta.0
{ | ||
"name": "@assecosolutions/fox-breadcrumb", | ||
"version": "1.11.7", | ||
"version": "1.11.8-beta.0", | ||
"public": true, | ||
@@ -15,12 +15,13 @@ "publishConfig": { | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"main": "./index.js", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@assecosolutions/fox-common-utils": "~1.11.7", | ||
"@assecosolutions/fox-menu": "~1.11.7" | ||
"@assecosolutions/fox-common-utils": "~1.11.8-beta.0", | ||
"@assecosolutions/fox-menu": "~1.11.8-beta.0" | ||
}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"lit": "^2.0.0" | ||
"lit": "^2.5.0" | ||
} | ||
} |
export * from './lib/FoxBreadcrumb'; | ||
export * from './lib/FoxBreadcrumbItem'; |
export declare const styles: import("lit").CSSResult; |
@@ -0,0 +0,0 @@ import { LitElement } from 'lit'; |
@@ -0,0 +0,0 @@ export interface BreadcrumbConfiguration { |
export declare const styles: import("lit").CSSResult; |
@@ -0,0 +0,0 @@ import { LitElement } from 'lit'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
2
67641
9
1600
2
+ Added@assecosolutions/fox-common-utils@1.11.8-beta.1(transitive)
+ Added@assecosolutions/fox-menu@1.11.8-beta.1(transitive)
- Removed@assecosolutions/fox-common-utils@1.11.7(transitive)
- Removed@assecosolutions/fox-menu@1.11.7(transitive)