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.8.0-beta.4 to 0.8.0-beta.5

2

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

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

@@ -147,4 +147,4 @@ /* eslint-disable global-require */

case 'mvn':
printRunning('> mvn deploy');
spawn.sync('mvn', ['-B', '-s', process.env.MAVEN_SETTINGS, 'deploy'], repoCmdContext);
printRunning('> mvn deploy' + process.env.MAVEN_SETTINGS + JSON.stringify(repoCmdContext));
spawn.sync('mvn', ['-s', process.env.MAVEN_SETTINGS, 'deploy'], repoCmdContext);
break;

@@ -151,0 +151,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