Socket
Socket
Sign inDemoInstall

esdoc-coverage-plugin

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

src/Plugin.js

9

package.json
{
"name": "esdoc-coverage-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "A coverage plugin for ESDoc",

@@ -12,5 +12,2 @@ "author": "h13i32maru",

},
"dependencies": {
"fs-extra": "1.0.0"
},
"devDependencies": {

@@ -24,3 +21,3 @@ "esdoc": "alpha",

"scripts": {
"test": "rm -rf ./test/fixture/out && mocha --recursive ./test/src -R spec"
"test": "rm -rf ./test/out && mocha --require ./test/init.js $(find test/ -regex '.*.test.js$') -R spec"
},

@@ -36,3 +33,3 @@ "keywords": [

],
"main": "src/index.js"
"main": "src/Plugin.js"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc