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.8 to 0.0.9

5

out/src/actions/impl.d.ts
import { Uri } from "vscode";
import { ActionType, IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction } from "./interfaces";
export declare abstract class Action implements IAction {
actionType: ActionType;
declare abstract class Action implements IAction {
actionType: ActionType | undefined;
}

@@ -27,1 +27,2 @@ /** Specific action classes */

}
export {};

6

out/src/actions/impl.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileAction = exports.SnippetAction = exports.CommandAction = exports.ExecuteAction = exports.Action = void 0;
exports.FileAction = exports.SnippetAction = exports.CommandAction = exports.ExecuteAction = void 0;
const vscode_1 = require("vscode");
const interfaces_1 = require("./interfaces");
class Action {
constructor() {
this.actionType = interfaces_1.ActionType.Command;
}
}
exports.Action = Action;
/** Specific action classes */

@@ -13,0 +9,0 @@ class ExecuteAction extends Action {

@@ -10,3 +10,3 @@ import * as vscode from "vscode";

export interface IAction {
actionType: ActionType;
actionType: ActionType | undefined;
}

@@ -13,0 +13,0 @@ export interface ICommandAction extends IAction {

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

@@ -16,3 +16,3 @@ "license": "Apache-2.0",

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

@@ -19,0 +19,0 @@ "prepublishOnly": "npm run prep && npm run copy"

Sorry, the diff of this file is not supported yet

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