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 0.8.0-beta.9 to 0.8.0-beta.10

2

package.json
{
"name": "@talend/i18n-scripts",
"description": "Set of scripts to ease i18n workflow",
"version": "0.8.0-beta.9",
"version": "0.8.0-beta.10",
"license": "Apache-2.0",

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

@@ -150,4 +150,6 @@ /* eslint-disable global-require */

spawn.sync('more', [process.env.MAVEN_SETTINGS], repoCmdContext);
const which = spawn.sync('which', ['mvn'], repoCmdContext).on('error', err => printError(err));
spawn.sync('mvn', ['-s', process.env.MAVEN_SETTINGS, 'deploy'], repoCmdContext).on('error', err => printError(err));
const whichCmd = spawn.sync('which', ['mvn'], repoCmdContext);
printInfo(whichCmd);
const mvnCmd = spawn.sync('mvn', ['-s', process.env.MAVEN_SETTINGS, 'deploy'], repoCmdContext);
printInfo(mvnCmd);
break;

@@ -154,0 +156,0 @@ default:

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