@boll/rules-typescript
Advanced tools
Comparing version 0.0.1214 to 0.0.1215
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Tue, 06 Oct 2020 16:15:31 GMT", | ||
"tag": "@boll/rules-typescript_v0.0.1215", | ||
"version": "0.0.1215", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Improve output for TransitiveDependencyDetector", | ||
"author": "jdh@microsoft.com", | ||
"commit": "d8bd71d0c8c0bda9378f885f5f5f3369c9da8838", | ||
"package": "@boll/rules-typescript" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 25 Sep 2020 21:48:01 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@boll/rules-typescript_v0.0.7", |
# Change Log - @boll/rules-typescript | ||
This log was last generated on Fri, 25 Sep 2020 21:48:01 GMT and should not be manually modified. | ||
This log was last generated on Tue, 06 Oct 2020 16:15:31 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.1215 | ||
Tue, 06 Oct 2020 16:15:31 GMT | ||
### Patches | ||
- Improve output for TransitiveDependencyDetector (jdh@microsoft.com) | ||
## 0.0.7 | ||
@@ -8,0 +16,0 @@ |
@@ -43,2 +43,3 @@ "use strict"; | ||
var src_detector_test_1 = require("./src-detector.test"); | ||
var transitive_dependency_detector_test_1 = require("./transitive-dependency-detector.test"); | ||
function suite() { | ||
@@ -60,2 +61,5 @@ return __awaiter(this, void 0, void 0, function () { | ||
_a.sent(); | ||
return [4 /*yield*/, transitive_dependency_detector_test_1.test.run()]; | ||
case 5: | ||
_a.sent(); | ||
return [2 /*return*/]; | ||
@@ -62,0 +66,0 @@ } |
@@ -74,3 +74,3 @@ "use strict"; | ||
.map(function (i) { | ||
return new core_1.Failure(ruleName, file.filename, core_1.asBollLineNumber(i.lineNumber), "\"" + i + "\" is used as a module import, but not listed as a dependency. (Either add as a direct dependency or remove usage.)"); | ||
return new core_1.Failure(ruleName, file.filename, core_1.asBollLineNumber(i.lineNumber), "\"" + i.path + "\" is used as a module import, but not listed as a dependency. (Either add as a direct dependency or remove usage.)"); | ||
})]; | ||
@@ -77,0 +77,0 @@ }); |
@@ -26,3 +26,3 @@ { | ||
"homepage": "https://github.com/microsoft/boll#readme", | ||
"license": "unlicensed", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
@@ -40,6 +40,6 @@ "name": "@boll/rules-typescript", | ||
"clean": "rimraf ./dist", | ||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src", | ||
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src", | ||
"test": "node dist/tests/all.test.js" | ||
}, | ||
"version": "0.0.1214" | ||
"version": "0.0.1215" | ||
} |
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
Explicitly Unlicensed Item
License(Experimental) Something was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
68113
28
0
0
0
100
1288