New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 0.1.2

2

dist/translations/common.i18n.json

@@ -13,3 +13,3 @@ {

"CharactersForbiddenInAppName": "Only alphanumeric, underscore and slash characters are allowed",
"InvalidAppNameMultipleReason": "Application name is invaid for multiple reasons:"
"InvalidAppNameMultipleReason": "Application name is invalid for multiple reasons:"
}

@@ -108,3 +108,3 @@ "use strict";

const regex = /^[$LlTt]/;
if (regex.test(packageName) && (transportRequest === null || transportRequest === void 0 ? void 0 : transportRequest.trim())) {
if (!regex.test(packageName) && !(transportRequest === null || transportRequest === void 0 ? void 0 : transportRequest.trim())) {
return (0, i18n_1.t)('AbapTransportNumRequired');

@@ -111,0 +111,0 @@ }

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

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"i18next": "20.3.2"
"i18next": "20.6.1"
},

@@ -20,0 +20,0 @@ "devDependencies": {},

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