@fimbul/ve
Advanced tools
Comparing version 0.17.0-dev.20181220 to 0.17.0-dev.20181221
{ | ||
"name": "@fimbul/ve", | ||
"version": "0.17.0-dev.20181220", | ||
"version": "0.17.0-dev.20181221", | ||
"description": "Vue processor for wotan", | ||
@@ -31,3 +31,3 @@ "main": "src/index", | ||
"dependencies": { | ||
"@fimbul/ymir": "0.17.0-dev.20181218", | ||
"@fimbul/ymir": "0.17.0-dev.20181221", | ||
"parse5-sax-parser": "^5.0.0", | ||
@@ -34,0 +34,0 @@ "tslib": "^1.8.1", |
@@ -88,6 +88,6 @@ "use strict"; | ||
} | ||
postprocess(failures) { | ||
return failures.map(this.mapFailure, this); | ||
postprocess(findings) { | ||
return findings.map(this.mapFinding, this); | ||
} | ||
mapFailure(f) { | ||
mapFinding(f) { | ||
return Object.assign({}, f, { start: this.adjustPosition(f.start), end: this.adjustPosition(f.end), fix: f.fix === undefined | ||
@@ -94,0 +94,0 @@ ? undefined |
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
+ Added@fimbul/ymir@0.17.0-dev.20181221(transitive)
- Removed@fimbul/ymir@0.17.0-dev.20181218(transitive)