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

@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 1.0.3 to 1.0.4

6

generators/mvn/pom.generator.js

@@ -80,3 +80,3 @@ const fs = require('fs');

const cwd = process.cwd();
const { localesRepoPath, originalGithubUrl } = options;
const { localesRepoPath, originalGithubUrl, repository } = options;
const nextVersion = getNextVersion(options);

@@ -143,3 +143,5 @@ let rootPom;

artifactId: `${artifactId}-locales`,
repository: distributionManagement && distributionManagement.repository,
repository:
(distributionManagement && distributionManagement.repository) ||
(isRootPom && repository),
parent: !isRootPom && parent && { ...parent, artifactId: `${parent.artifactId}-locales` },

@@ -146,0 +148,0 @@ githubUrl,

{
"name": "@talend/i18n-scripts",
"description": "Set of scripts to ease i18n workflow",
"version": "1.0.3",
"version": "1.0.4",
"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