New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

buster-istanbul

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buster-istanbul - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

lib/buster-istanbul.js

@@ -80,2 +80,4 @@ /*

module.exports = {
name: 'buster-istanbul',
create: function(options) {

@@ -89,4 +91,5 @@ var instance = Object.create(this);

setup[group.environment](group);
var self = this;
process.on("exit", function() {
coverage.writeReports();
coverage.writeReports(self.options.outputDirectory);
});

@@ -93,0 +96,0 @@ },

2

package.json
{
"name": "buster-istanbul",
"description": "buster extension for istanbul code coverage.",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/englishtown/buster-istanbul",

@@ -6,0 +6,0 @@ "author": {

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