Gathering detailed insights and metrics for esbrowserify-pmb
Gathering detailed insights and metrics for esbrowserify-pmb
Gathering detailed insights and metrics for esbrowserify-pmb
Gathering detailed insights and metrics for esbrowserify-pmb
npm install esbrowserify-pmb
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5 Commits
2 Watching
1 Branches
1 Contributors
Updated on 15 Apr 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
-20%
4
Compared to previous month
Last year
-59.7%
85
Compared to previous year
Easily browserify ES modules. Think esmod-pmb/nodemjs but for browserify.
This module exports one function:
Where opt
is an options object which supports these mostly optional keys:
srcAbs
(string, required): Absolute path to your entrypoint.saveAs
(string): If truthy, path where to save the bundle code.
May be relative to srcAbs
.verbosity
(number): Log level. 0 = silent (default),
1 = report a few lifecycle events.minify
: Whether to minify the bundle.
undefined
or true
(default): Use default minifier.
false
: Don't minify.
any other truthy value: Append the value to the browserify plugins
option.envify
(object): Custom variables for envify
.targetPlatform
: What platform to target.
'browser'
or any false-y value (default): The bundle shall run in browsers.'nodejs'
: The bundle shall run in node.js.refineBrOpt
(function): If set, it is invoked with one argument,
the generated browserify options, so they can be checked and refined.
Your function may modify them in-place and return a false-y value,
or return a new and improved options object.Returns a Promise for the bundle code as a string.
see the tests.
ReferenceError: regeneratorRuntime is not defined
:
solved
ISC
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-18
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