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

@boll/rules-external-tools

Package Overview
Dependencies
Maintainers
3
Versions
1223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boll/rules-external-tools - npm Package Compare versions

Comparing version 0.0.1215 to 0.1.0

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Thu, 22 Oct 2020 18:26:06 GMT",
"tag": "@boll/rules-external-tools_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [
{
"comment": "TransitiveDependencyDetector option to allow devDependencies",
"author": "jdh@microsoft.com",
"commit": "80d8e1afc955fded3442cd7cf3aa62a542e92232",
"package": "@boll/rules-external-tools"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 21:48:01 GMT",

@@ -7,0 +22,0 @@ "tag": "@boll/rules-external-tools_v0.0.7",

10

CHANGELOG.md
# Change Log - @boll/rules-external-tools
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 Thu, 22 Oct 2020 18:26:06 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.0
Thu, 22 Oct 2020 18:26:06 GMT
### Minor changes
- TransitiveDependencyDetector option to allow devDependencies (jdh@microsoft.com)
## 0.0.7

@@ -8,0 +16,0 @@

4

dist/tests/eslint-prefer-const-rule.test.js

@@ -78,3 +78,3 @@ "use strict";

_b = (_a = sut).check;
return [4 /*yield*/, core_1.getSourceFile(core_1.asBollDirectory("."), "prefer-const.ts", new core_1.Package({}))];
return [4 /*yield*/, core_1.getSourceFile(core_1.asBollDirectory("."), "prefer-const.ts", new core_1.Package({}, {}))];
case 1: return [4 /*yield*/, _b.apply(_a, [_c.sent()])];

@@ -105,3 +105,3 @@ case 2:

_b = (_a = sut).check;
return [4 /*yield*/, core_1.getSourceFile(core_1.asBollDirectory("."), "prefer-const-off.ts", new core_1.Package({}))];
return [4 /*yield*/, core_1.getSourceFile(core_1.asBollDirectory("."), "prefer-const-off.ts", new core_1.Package({}, {}))];
case 1: return [4 /*yield*/, _b.apply(_a, [_c.sent()])];

@@ -108,0 +108,0 @@ case 2:

@@ -7,3 +7,3 @@ {

"dependencies": {
"@boll/core": "1.2.1209",
"@boll/core": "1.3.0",
"eslint": "^7.8.1"

@@ -45,3 +45,3 @@ },

},
"version": "0.0.1215"
"version": "0.1.0"
}
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