Socket
Socket
Sign inDemoInstall

@talend/i18n-scripts

Package Overview
Dependencies
Maintainers
1
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 2.8.0 to 2.8.1

2

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

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

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

}
spawn.sync(method, ['install'], { stdio: 'inherit', env: process.env });
if (method === 'pnpm') {
// Force pnpm to creates a flat node_modules structure, similar to that of npm or yarn.
spawn.sync(method, ['install', '--shamefully-hoist'], { stdio: 'inherit', env: process.env });
} else {
spawn.sync(method, ['install'], { stdio: 'inherit', env: process.env });
}
spawn.sync(method, ['run', script], { stdio: 'inherit', env: process.env });

@@ -55,0 +60,0 @@

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