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
6
Versions
429
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.18-alpha.462 to 0.0.18-alpha.463

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.18-alpha.463](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.462...v0.0.18-alpha.463) (2021-04-12)
**Note:** Version bump only for package @adminide-stack/extension-api
## [0.0.18-alpha.462](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.461...v0.0.18-alpha.462) (2021-04-10)

@@ -8,0 +16,0 @@

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

tables?: ITableContributions;
/** @sri custom: Buttons contributes by the extension. */
buttons?: IButtonContributions;
}

@@ -352,2 +354,14 @@ /**

}
/**
* ButtonContributions describes the each type of component contributed by an extension.
*/
export interface IButtonContributions extends Partial<Record<string, IButtonComponentContributions[]>> {
}
export interface IButtonComponentContributions {
id?: string;
/** type or name */
type: string;
/** function return react component */
component?: () => any;
}
export {};

4

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

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

},
"gitHead": "867fc7b2cafc1b59e4bd62a04ed01d3398ba8946"
"gitHead": "1728d5f91aab570f54acd07212b948b832966518"
}

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