Gathering detailed insights and metrics for unlazy-loader
Gathering detailed insights and metrics for unlazy-loader
Gathering detailed insights and metrics for unlazy-loader
Gathering detailed insights and metrics for unlazy-loader
Webpack loader to transform lazy-cache files into unlazy cached files.
npm install unlazy-loader
Typescript
Module System
Min. Node Version
Node Version
NPM Version
98.7
Supply Chain
89.8
Quality
77.4
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
3,790,275
Last Day
2,932
Last Week
28,701
Last Month
121,574
Last Year
1,355,535
MIT License
11 Stars
28 Commits
2 Forks
3 Watchers
1 Branches
4 Contributors
Updated on Mar 04, 2022
Minified
Minified + Gzipped
Latest Version
0.1.3
Package Id
unlazy-loader@0.1.3
Unpacked Size
7.31 kB
Size
3.03 kB
File Count
4
NPM Version
6.1.0
Node Version
10.3.0
Cumulative downloads
Total Downloads
Last Day
10.2%
2,932
Compared to previous day
Last Week
-9.9%
28,701
Compared to previous week
Last Month
-7.5%
121,574
Compared to previous month
Last Year
42.8%
1,355,535
Compared to previous year
1
Webpack loader to transform lazy-cache files into unlazy cached files.
Install with npm:
1$ 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;
1var webpackConfig = { 2 module: { 3 loaders: [ 4 { 5 test: /\.js$/, 6 loader: 'unlazy' 7 } 8 ] 9 } 10}
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:
1$ 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.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/24 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More