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

@sap-ux/project-input-validator

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/project-input-validator - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

dist/deploy/validators.js

@@ -64,3 +64,4 @@ "use strict";

else {
return `${(0, i18n_1.t)('deploy.invalidAppNameMultipleReason')}${os_1.EOL}${errorMessages.join(os_1.EOL)}${os_1.EOL}`;
const indentErrorMessageRows = errorMessages.map((errorMessage) => `${' '.repeat(8)}${errorMessage}`).join(os_1.EOL);
return `${(0, i18n_1.t)('deploy.invalidAppNameMultipleReason')}${os_1.EOL}${indentErrorMessageRows}${os_1.EOL}`;
}

@@ -67,0 +68,0 @@ }

{
"deploy": {
"a": "Deployment Description should not exceed 60 characters",
"abapAppDescLength": "Deployment Description should not exceed 60 characters",
"abapTransportNumRequired": "Provide a transport request for your application",

@@ -5,0 +5,0 @@ "abapPackageWarn": "Provide a package",

{
"name": "@sap-ux/project-input-validator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Library to validate Fiori project input formats",

@@ -5,0 +5,0 @@ "repository": {

@@ -20,2 +20,2 @@ # @sap-ux/project-input-validator

## Usage
See example usage in [test folder](./test/validators.test.ts).
See example usage in [test folder](./test).
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