
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
angular-gettext-loader
Advanced tools
Webpack loader for angular-gettext. Intended for compilation only. Use angular-gettext-cli together with npm scripts for extraction. For details see official developer guide for angular-gettext.
Values: javascript
, json
. Default value: javascript
Compilation format, where javascript
means Angular module.
Type: {string}
, default value: gettext
Angular module name.
module.exports = {
module: {
loaders: [
// Bundle as angular module
{
test: /basic.*\.po$/,
use: [{
loader: 'angular-gettext-loader',
options: {
module: 'myApp'
}
}]
},
// Bundle as json, to be injected with gettextCatalog.setStrings()
{
test: /\.po$/,
type: 'asset/source',
use: [{
loader: 'angular-gettext-loader',
options: {
format: 'json'
}
}]
},
// Copy as json, to be loaded with gettextCatalog.loadRemote()
{
test: /additional.*\.po$/,
type: 'asset/resource',
generator: {
filename: 'translations/[name].[hash].json'
},
use: [{
loader: 'angular-gettext-loader',
options: {
format: 'json'
}
}]
}
]
}
}
FAQs
Webpack loader for angular-gettext
The npm package angular-gettext-loader receives a total of 1,205 weekly downloads. As such, angular-gettext-loader popularity was classified as popular.
We found that angular-gettext-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.