
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
espower-source
Advanced tools
Power Assert instrumentor from code to code, with SourceMap.
espower-source is a source code transformer that applies espower to target code.
espower manipulates assertion expression in the form of ECMAScript AST defined in The ESTree Spec (formerly known as Mozilla SpiderMonkey Parser API), to instrument power-assert feature into the code. SourceMap information is appended in SourceMap Comment syntax at the end of returned code.
Pull-requests, issue reports and patches are always welcomed. See power-assert project for more documentation.
See CHANGELOG
| return type |
|---|
string |
espowerSource function manipulates originalCode then returns (transformed) JavaScript code as string. SourceMap information is appended in SourceMap Comment syntax at the end of returned code.
| type | default value |
|---|---|
string | N/A |
Original JavaScript source code that is a source of code transformation. If not specified, then EspowerError will be thrown.
| type | default value |
|---|---|
string | N/A |
Filepath of originalCode. espower-source stores filepath information for later reporting. If not specified, options.path will be used. If neither filepath nor options.path are not specified, espower-source transforms code as usual but SourceMap will not be generated and attached.
| type | default value |
|---|---|
object | (return value of espower.defaultOptions() but with destructive option is true) |
Configuration options for espower module. If not passed, default options (Same as espower.defaultOptions()) will be used, but options.destructive is set to true, and if options.path is falsy, options.path is set to value of filepath argument by espower-source module.
| type | default value |
|---|---|
number | 2018 |
The ECMAScript version to parse and analyze. Must be either 3, 5, 6 (2015), 2016, 2017, or 2018.
| type | default value |
|---|---|
string | 'module' |
The source type of the code. Must be either "script" or "module".
Install
$ npm install --save-dev espower-source
We support Node under maintenance. In other words, we stop supporting old Node version when their maintenance ends.
This means that any other environment is not supported.
NOTE: If espower-source works in any of the unsupported environments, it is purely coincidental and has no bearing on future compatibility. Use at your own risk.
Licensed under the MIT license.
FAQs
Power Assert instrumentor from source to source, with source-map
The npm package espower-source receives a total of 26,961 weekly downloads. As such, espower-source popularity was classified as popular.
We found that espower-source demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.