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.7 to 0.1.8

6

lib/buster-istanbul.js

@@ -24,4 +24,5 @@ /*

var setup = {
node: function(group) {
node: function(group, instrument) {
coverage.hookRequire();
if (instrument === false) return;
group.sources.forEach(function(pattern) {

@@ -48,2 +49,3 @@ glob.glob(pattern).forEach(function(fPath) {

group.on('load:sources', function(rs){
if (instrument === false) return;
rs.addProcessor(function(resource, content){

@@ -91,3 +93,3 @@ return coverage.instrumentCode(content, resource['path'].replace(/\//, ''));

configure: function(group) {
setup[group.environment](group);
setup[group.environment](group, this.options.instrument);
var self = this;

@@ -94,0 +96,0 @@ process.on("exit", function() {

{
"name": "buster-istanbul",
"description": "buster extension for istanbul code coverage.",
"version": "0.1.7",
"version": "0.1.8",
"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