Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@boll/rules-typescript

Package Overview
Dependencies
Maintainers
3
Versions
1227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boll/rules-typescript - npm Package Compare versions

Comparing version 0.0.1214 to 0.0.1215

dist/tests/transitive-dependency-detector.test.d.ts

15

CHANGELOG.json

@@ -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",

10

CHANGELOG.md
# 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 @@ }

2

dist/transitive-dependency-detector.js

@@ -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"
}
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