New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-devx/app-studio-toolkit-types

Package Overview
Dependencies
Maintainers
12
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/app-studio-toolkit-types - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

10

api.d.ts

@@ -58,2 +58,12 @@ import { Uri } from "vscode";

/**
* Determine whether BAS is opened for running action or editing a project
*
* @experimental may be removed without notice in future versions.
*
* @returns true if is the actions in deep-link are opened with no visible project,
* false otherwise.
*/
isOpenedForAction: () => Promise<boolean | undefined>;
/**
* @param action - The action to invoke/call/execute.

@@ -60,0 +70,0 @@ * @param [options.schedule] - Schedule performing the action **after** a restart.

12

package.json
{
"name": "@sap-devx/app-studio-toolkit-types",
"version": "1.3.1",
"version": "1.4.0",
"author": "SAP SE",

@@ -16,7 +16,5 @@ "license": "Apache-2.0",

"LICENSES",
"patches",
"api.d.ts"
],
"scripts": {
"postinstall": "patch-package",
"ci": "npm-run-all compile",

@@ -26,9 +24,7 @@ "compile": "tsc -p ."

"dependencies": {
"@sap/artifact-management-base-types": "1.1.0",
"@sap/artifact-management-types": "1.1.0",
"@sap/artifact-management-types": "1.2.0",
"@types/vscode": "^1.49.0",
"@vscode-logging/types": "0.1.4",
"patch-package": "6.4.7"
"@vscode-logging/types": "0.1.4"
},
"gitHead": "b79663f419ab15cd098b8123b2e4ca2a8464e311"
"gitHead": "8f3e6b48810dc0b4acd49e41fb1ab6f44814abcb"
}
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