incremental-coverage
Advanced tools
Comparing version 1.0.0 to 1.0.1
export { DiffParser, LcovParser, LogParser } from './parsers'; | ||
export { getIncrease, getIncreaseSync } from './apis'; | ||
export { getIncrease, getIncreaseSync, FormatData } from './apis'; |
{ | ||
"name": "incremental-coverage", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
export { DiffParser, LcovParser, LogParser } from './parsers'; | ||
export { getIncrease, getIncreaseSync } from './apis'; | ||
export { getIncrease, getIncreaseSync, FormatData } from './apis'; |
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
932250