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
Easily browserify ES modules. Think esmod-pmb/nodemjs but for browserify.
npm install esbrowserify-pmb
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
739
Last Day
1
Last Week
1
Last Month
14
Last Year
117
6 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jun 15, 2025
Latest Version
0.1.2
Package Id
esbrowserify-pmb@0.1.2
Unpacked Size
6.86 kB
Size
3.06 kB
File Count
5
NPM Version
6.14.17
Node Version
8.17.0
Published on
Apr 15, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-75%
1
Compared to previous week
Last Month
7.7%
14
Compared to previous month
Last Year
12.5%
117
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
Found 0/6 approved changesets -- score normalized to 0
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
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 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