Socket
Socket
Sign inDemoInstall

esdoc-coverage-plugin

Package Overview
Dependencies
4
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

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

@@ -5,0 +5,0 @@ "author": "h13i32maru",

const CoveragePlugin = require('./CoveragePlugin');
let tags;
let docs;
exports.onHandleTag = function(ev) {
tags = ev.data.tag;
exports.onHandleDocs = function(ev) {
docs = ev.data.docs;
};

@@ -11,3 +11,3 @@

const plugin = new CoveragePlugin(ev.data.option);
plugin.exec(tags, ev.data.writeFile);
plugin.exec(docs, ev.data.writeFile);
};
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