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.2 to 0.0.3

7

out/src/types/GuidedDev.d.ts

@@ -7,2 +7,3 @@ import { ICommandAction, IExecuteAction, IFileAction, ISnippetAction } from "@sap-devx/bas-platform-types";

type: CollectionType;
contextId?: string;
itemIds: Array<string>;

@@ -15,2 +16,7 @@ }

}
export interface IItemContext {
id: string;
action1Parameters?: any[];
action2Parameters?: any[];
}
export interface IItem {

@@ -27,2 +33,3 @@ id: string;

}[];
contexts?: IItemContext[];
}

@@ -29,0 +36,0 @@ export interface IImage {

2

package.json
{
"name": "@sap-devx/guided-development-types",
"publisher": "SAPOSS",
"version": "0.0.2",
"version": "0.0.3",
"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