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

@assecosolutions/fox-breadcrumb

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-breadcrumb - npm Package Compare versions

Comparing version 1.11.7 to 1.11.8-beta.0

index.js

15

package.json
{
"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';

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