Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
unlazy-loader
Advanced tools
Webpack loader to transform lazy-cache files into unlazy cached files.
Webpack loader to transform lazy-cache files into unlazy cached files.
Install with npm:
$ npm i unlazy-loader --save
This loader is intended to be used with webpack to transform files using lazy-cache into files that require modules directly. Use this like any other webpack loader;
var webpackConfig = {
module: {
loaders: [
{
test: /\.js$/,
loader: 'unlazy'
}
]
}
}
unlazy-loader
Webpack loader used for transforming files that contain lazy-cache
into files
that require modules directly.
Params
source
{String}: Source code to inspect.returns
{String}: Transformed source code.Install dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Brian Woodward
Copyright © 2016 Brian Woodward Released under the MIT license.
This file was generated by verb on January 14, 2016.
FAQs
Webpack loader to transform lazy-cache files into unlazy cached files.
The npm package unlazy-loader receives a total of 14,160 weekly downloads. As such, unlazy-loader popularity was classified as popular.
We found that unlazy-loader 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.