istanbul-threshold-checker
Advanced tools
Comparing version 0.1.0 to 0.2.0
var _ = require('lodash'); | ||
var utils = require('istanbul').utils; | ||
var utils = require('istanbul/lib/object-utils'); | ||
@@ -4,0 +4,0 @@ var TYPES = ['lines', 'statements', 'functions', 'branches']; |
{ | ||
"name": "istanbul-threshold-checker", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Utility module to check istanbul thresholds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17791