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

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

Package Overview
Dependencies
Maintainers
10
Versions
62
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.0.0 to 1.1.0

9

api.d.ts

@@ -37,4 +37,11 @@ import { Uri } from "vscode";

*/
getParameter: (key: string) => Promise<string | undefined>;
//getParameter: (key: string) => Promise<string | undefined>;
/**
* Is environment LCAP or not
*
* @returns true is environment is LCAP in BAS,
* `undefined` otherwise.
*/
isLCAPEnabled: () => Promise<boolean | undefined>;

@@ -41,0 +48,0 @@ /**

2

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

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

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