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

@sap/artifact-management-types

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/artifact-management-types - npm Package Compare versions

Comparing version 1.26.0 to 1.26.1

4

package.json
{
"name": "@sap/artifact-management-types",
"version": "1.26.0",
"version": "1.26.1",
"description": "Type signatures for artifact management",

@@ -13,3 +13,3 @@ "types": "./src/index.d.ts",

"dependencies": {
"@sap/artifact-management-base-types": "1.26.0"
"@sap/artifact-management-base-types": "1.26.1"
},

@@ -16,0 +16,0 @@ "devDependencies": {

@@ -15,3 +15,1 @@ export declare const NavigationMode: Readonly<{

};
export declare const UI5Version = "1.108.7";
export declare const UI5Theme = "sap_horizon";
export default interface MtaGeneratorSettings {
ui5version?: string;
ui5theme?: string;
terminal?: string;
platform?: string;
}

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

import { KeyIn, ModuleType, ModuleGeneratorContext, ModuleManifestGenerator, MtaModule, MtaModuleRequires } from '@sap/artifact-management-base-types';
import { KeyIn, ModuleGeneratorContext, ModuleManifestGenerator, ModuleType, MtaModule, MtaModuleRequires } from '@sap/artifact-management-base-types';
export declare class CapDestinationModuleGenerator implements ModuleManifestGenerator {

@@ -3,0 +3,0 @@ getType(): KeyIn<typeof ModuleType>;

@@ -31,3 +31,5 @@ import { Item, LinkType, ProjectFileSystem } from '@sap/artifact-management-base-types';

private static collectAttributes;
private static collectPropertyProjectionAttribute;
private static collectExtendProjectionAttribute;
private static getPath;
}
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