
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@americanexpress/one-app-locale-bundler
Advanced tools
A command line interface(CLI) tool for bundling the locale files.
A command line interface (CLI) tool for bundling a module's locale files for use within the One App ecosystem. This is used internally by
one-app-bundler
and itsbundle-module
script.
Add files and format them using either options shown below within your one app module.
- locale
- en-US
- links
- integration.json
- qa.json
- production.json
copy.json
or
- locale
- en-US.json
- es-ES.json
npm i -D @americanexpress/one-app-locale-bundler
There are two ways to use this:
Use bundle-module-locale
in your build script and one-app-locale-bundler
as a development dependency.
{
"scripts": {
"build": "bundle-module-locale"
},
"devDependencies": {
"@americanexpress/one-app-locale-bundler": "^2.3.0"
}
}
The other option is to require @americanexpress/one-app-locale-bundler
and invoke the function for bundling.
Within the package.json file.
{
"devDependencies": {
"@americanexpress/one-app-locale-bundler": "^2.3.0"
}
}
In your JS module.
const localeBundler = require('@americanexpress/one-app-locale-bundler');
localeBundler();
Once the npm script npm run build
is run or the function is invoked the locales are bundled and added to the build folders below. The json files contain
content for development
, qa
and production
environments.
- build
- 1.0.0
- en-us
- module-name.json
- integration.json
- qa.json
FAQs
A command line interface(CLI) tool for bundling the locale files.
The npm package @americanexpress/one-app-locale-bundler receives a total of 40 weekly downloads. As such, @americanexpress/one-app-locale-bundler popularity was classified as not popular.
We found that @americanexpress/one-app-locale-bundler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.