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

@sap/adp-common

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/adp-common - npm Package Compare versions

Comparing version 1.1.43 to 1.1.44

2

dist/i18n/messages.d.ts

@@ -46,2 +46,4 @@ export declare const Messages: {

UI5_VERSION_NOT_REACHABLE: string;
CREATE_EXTENSION_PROJECT_LABEL: (projectName: string) => string;
CREATE_EXTENSION_PROJECT_FROM_BASE_APP_WITH_SYNC_VIEWS_LABEL: (projectName: string) => string;
PROJECT_NAME_EXTERNAL_LENGTH_ERROR: (isCfMode: boolean) => string;

@@ -48,0 +50,0 @@ PROJECT_NAME_INTERNAL_LENGTH_ERROR: (isCfMode: boolean) => string;

@@ -50,2 +50,4 @@ "use strict";

UI5_VERSION_NOT_REACHABLE: "The url of the UI5 version you have selected is not reachable. <URL> should be made accessible through cloud connector and destination configuration in order to be consumed within SAPUI5 Adaptation project and its SAPUI5 Visual Editor.",
CREATE_EXTENSION_PROJECT_LABEL: (projectName) => `Do you want to create an Extension Project with name "${projectName}" instead?`,
CREATE_EXTENSION_PROJECT_FROM_BASE_APP_WITH_SYNC_VIEWS_LABEL: (projectName) => `Do you want to create an Extension Project with name "${projectName}" instead? It will give you the ability to create controller extensions for the synchronous views as well as the asynchronous.`,
PROJECT_NAME_EXTERNAL_LENGTH_ERROR: (isCfMode) => `${isCfMode ? exports.Messages.MODULE : exports.Messages.PROJECT} name cannot contain more than 61 characters or end with "component".`,

@@ -52,0 +54,0 @@ PROJECT_NAME_INTERNAL_LENGTH_ERROR: (isCfMode) => `${isCfMode ? exports.Messages.MODULE : exports.Messages.PROJECT} name cannot start with "customer" or contain more than 61 characters or end with "component".`,

2

package.json
{
"name": "@sap/adp-common",
"version": "1.1.43",
"version": "1.1.44",
"description": "common logic for all yeoman generators",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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