Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

swc-plugin-coverage-instrument

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swc-plugin-coverage-instrument - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

6

package.json
{
"name": "swc-plugin-coverage-instrument",
"version": "0.0.24",
"version": "0.0.25",
"description": "SWC coverage instrumentation plugin",

@@ -31,3 +31,3 @@ "main": "./target/wasm32-wasi/release/swc_plugin_coverage.wasm",

"scripts": {
"prepublishOnly": "npm-run-all test && npm run build:plugin -- --release",
"prepublishOnly": "npm run build:plugin -- --release",
"build:all": "npm-run-all build:customtransform build:instrument build:plugin",

@@ -62,3 +62,3 @@ "build:customtransform": "napi build --platform --cargo-cwd ./spec/swc-coverage-custom-transform",

"@swc-node/register": "^1.6.5",
"@swc/core": "^1.4.0",
"@swc/core": "^1.7.26",
"@taplo/cli": "^0.7.0",

@@ -65,0 +65,0 @@ "@types/chai": "^4.3.3",

@@ -40,3 +40,3 @@ # SWC-coverage-instrument

`InstrumentationOptions` is a subset of istanbul's instrumentation options. Refer [istanbul's option](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-instrument/src/instrumenter.js#L16-L27=) for the same configuration flags.
`InstrumentationOptions` is a subset of istanbul's instrumentation options. Refer [istanbul's option](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-instrument/src/instrumenter.js#L16-L27=) for the same configuration flags. However there are few exceptions or differences, referencing [InstrumentOptions](https://github.com/kwonoj/swc-plugin-coverage-instrument/blob/4689fc9d281e11c875edd2376e8d92819472b9fe/packages/swc-coverage-instrument/src/options/instrument_options.rs#L22-L33) will list all possible options.

@@ -58,2 +58,3 @@ ```

},
unstableExclude?: Array<String>
}

@@ -60,0 +61,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc