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

@adminide-stack/extension-api

Package Overview
Dependencies
Maintainers
7
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/extension-api - npm Package Compare versions

Comparing version 0.0.20-alpha.42 to 0.0.20-alpha.46

15

lib/interfaces/contributions/contribution.d.ts

@@ -42,2 +42,4 @@ import { Primitive } from 'utility-types';

buttons?: IButtonContributions;
/** @sri custom: PageNavBar contributes by the extension. */
pageNavBar?: IPageNavBarItemContributions[];
}

@@ -368,2 +370,15 @@ /**

}
/**
* PageNavBarContributions describes the each type of component contributed by an extension.
*/
export interface IPageNavBarItemContributions {
id?: string;
name: string;
/** position of item (right | left)*/
position: string;
/** priority*/
priority?: number;
/** function return react component */
component?: () => any;
}
export {};

4

package.json
{
"name": "@adminide-stack/extension-api",
"version": "0.0.20-alpha.42",
"version": "0.0.20-alpha.46",
"description": "Workbench core for higher packages to depend on",

@@ -56,3 +56,3 @@ "main": "lib/index.js",

},
"gitHead": "7bfd9a7b600befe0bf66bac652c7d4818f0394f3"
"gitHead": "0052210583e31e82d70d7293114e2def88a42b6d"
}

Sorry, the diff of this file is not supported yet

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