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

@sap-devx/guided-development-types

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/guided-development-types - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

12

out/src/types.d.ts

@@ -1,2 +0,3 @@

import { IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "@sap-devx/bas-platform-types";
import { ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "@sap-devx/bas-platform-types";
import { IItemContext, IItemAction } from './types-internal';
export interface ICollection {

@@ -14,11 +15,2 @@ id: string;

}
export interface IItemContext {
project: string;
}
export interface IItemAction {
name: string;
title?: string;
action: IAction;
contexts?: IItemContext[];
}
export interface IItemCommandContext extends IItemContext {

@@ -25,0 +17,0 @@ params?: CommandActionParams;

2

package.json
{
"name": "@sap-devx/guided-development-types",
"publisher": "SAPOSS",
"version": "0.0.10",
"version": "0.0.11",
"author": "",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

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