You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

babel-plugin-canyonpw

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-canyonpw

配合babel-plugin-istanbul使用, 进行上传代码覆盖率必要参数配置, 构建后会在window上添加__canyon__对象

latest
Source
npmnpm
Version
0.0.15
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

babel-plugin-canyon

配合babel-plugin-istanbul使用, 进行上传代码覆盖率必要参数配置, 构建后会在window上添加__canyon__对象

let babelConfig = {
  plugins: [
    "istanbul",
    "canyon"
  ]
}

FAQs

Package last updated on 24 Jun 2024

Did you know?

Socket

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.

Install

Related posts