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

@sap-devx/bas-platform-types

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/bas-platform-types - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

out/sample-action-client/out/extension.d.ts

1

out/src/actions/impl.d.ts

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

/// <reference types="vscode" />
import { ActionType, IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "./interfaces";

@@ -3,0 +2,0 @@ declare abstract class Action implements IAction {

@@ -32,3 +32,3 @@ "use strict";

let snippetAction = action;
return vscode.commands.executeCommand("loadCodeSnippet", { contributorId: snippetAction.contributorId, snippetName: snippetAction.snippetName, context: snippetAction.context });
return vscode.commands.executeCommand("loadCodeSnippet", { viewColumn: vscode.ViewColumn.Two, contributorId: snippetAction.contributorId, snippetName: snippetAction.snippetName, context: snippetAction.context });
case interfaces_1.ActionType.File:

@@ -35,0 +35,0 @@ let fileAction = action;

{
"name": "@sap-devx/bas-platform-types",
"publisher": "SAPOSS",
"version": "0.0.10",
"version": "0.0.11",
"author": "",

@@ -10,4 +10,4 @@ "license": "Apache-2.0",

"type": "git",
"url": "https://github.com/SAP/guided-development.git",
"directory": "bas-platform-types"
"url": "https://github.com/SAP/app-studio-toolkit",
"directory": "types"
},

@@ -17,4 +17,4 @@ "main": "./out/src/actions/interfaces",

"scripts": {
"prep": "npm i && cd ../bas-platform && npm i && npm run compile",
"copy": "ncp ../bas-platform/out out",
"prep": "npm i && cd .. && npm i && npm run compile",
"copy": "ncp ../out out",
"prepublishOnly": "npm run prep && npm run copy"

@@ -21,0 +21,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