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.10 to 0.1.12

6

lib/buster-istanbul.js

@@ -11,3 +11,3 @@ /*

coverage = require('./coverage'),
glob = require('glob-whatev'),
glob = require('glob'),
path = require('path'),

@@ -18,3 +18,3 @@ istanbul = require('istanbul');

return paths.reduce(function(a, c){
glob.glob(c).forEach(function(i){
glob.sync(c).forEach(function(i){
a.push("'" + i.replace(/^\/|\.js$/, '') + "'");

@@ -59,3 +59,3 @@ });

group.sources.forEach(function(pattern) {
glob.glob(pattern).forEach(function(fPath) {
glob.sync(pattern).forEach(function(fPath) {
coverage.addInstrumentCandidate(fPath);

@@ -62,0 +62,0 @@ });

{
"name": "buster-istanbul",
"description": "buster extension for istanbul code coverage.",
"version": "0.1.10",
"version": "0.1.12",
"homepage": "https://github.com/englishtown/buster-istanbul",

@@ -33,3 +33,3 @@ "author": {

"istanbul": "*",
"glob-whatev": "*"
"glob": "*"
},

@@ -36,0 +36,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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