
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@packmule/compression-pack
Advanced tools
Generate
gzip
andbrotli
versions of configured assets.
Compression Pack
uses compression-webpack-plugin
and libraries
like iltorb
to create compressed gzip
and brotli
files.
Compression Pack
is included in the complete
and default
editions.
Current Release
npm install --save-dev @packmule/compression-pack
Nightly Build
npm install --save-dev @packmule/compression-pack@nightly
CompressionPack({
extensions: ['html', 'json', 'xml', 'js', 'css', 'svg', 'ttf', 'otf'],
gzip: true,
brotli: true,
ratio: 1,
});
Example
Generate compressed files.
import Packmule from '@packmule/core';
import CompressionPack from '@packmule/compression-pack';
const packmule = new Packmule();
if (env.production) {
packmule.add(new CompressionPack());
}
return packmule.generate();
FAQs
Packmule pack to generate compressed assets.
The npm package @packmule/compression-pack receives a total of 22 weekly downloads. As such, @packmule/compression-pack popularity was classified as not popular.
We found that @packmule/compression-pack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.