Socket
Socket
Sign inDemoInstall

@talend/i18n-scripts

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/i18n-scripts - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

14

common/version.js

@@ -29,8 +29,10 @@ /* eslint-disable global-require */

const { version } = getXmlAsJson(pomXmlPath).project;
const match = version.match(VERSION_REGEX);
if (match) {
info = {
source: 'pom.xml',
version: match[1],
};
if (version !== undefined) {
const match = version.match(VERSION_REGEX);
if (match) {
info = {
source: 'pom.xml',
version: match[1],
};
}
}

@@ -37,0 +39,0 @@ }

{
"name": "@talend/i18n-scripts",
"description": "Set of scripts to ease i18n workflow",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "index.js",

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