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

@boll/cli

Package Overview
Dependencies
Maintainers
3
Versions
1236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boll/cli - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Fri, 18 Sep 2020 17:09:55 GMT",
"date": "Thu, 24 Sep 2020 21:38:56 GMT",
"tag": "@boll/cli_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"comment": "Remove unnecessary dependencies",
"author": "jdh@microsoft.com",
"commit": "ae95a4f41ee367ee07b3a9b6e99e6ffc4edbf84a",
"package": "@boll/cli"
}
]
}
},
{
"date": "Fri, 18 Sep 2020 17:10:21 GMT",
"tag": "@boll/cli_v1.1.0",

@@ -8,0 +23,0 @@ "version": "1.1.0",

# Change Log - @boll/cli
This log was last generated on Fri, 18 Sep 2020 17:09:55 GMT and should not be manually modified.
This log was last generated on Thu, 24 Sep 2020 21:38:56 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Thu, 24 Sep 2020 21:38:56 GMT
### Patches
- Remove unnecessary dependencies (jdh@microsoft.com)
## 1.1.0
Fri, 18 Sep 2020 17:09:55 GMT
Fri, 18 Sep 2020 17:10:21 GMT

@@ -11,0 +19,0 @@ ### Minor changes

4

dist/cli.js

@@ -60,3 +60,2 @@ "use strict";

var fs = __importStar(require("fs"));
var bootstrap_1 = require("./config/bootstrap");
var config_generator_1 = require("./config-generator");

@@ -130,4 +129,3 @@ var argparse_1 = require("argparse");

}
bootstrap_1.bootstrapConfigurations();
config = new core_1.Config(core_1.ConfigRegistryInstance, core_1.RuleRegistryInstance);
config = new core_1.Config(core_1.ConfigRegistryInstance, core_1.RuleRegistryInstance, this.logger);
config.load(require(fullConfigPath));

@@ -134,0 +132,0 @@ return [2 /*return*/, config.buildSuite()];

@@ -60,3 +60,2 @@ "use strict";

var fs = __importStar(require("fs"));
var bootstrap_1 = require("./config/bootstrap");
var core_1 = require("@boll/core");

@@ -79,4 +78,3 @@ var util_1 = require("util");

}
bootstrap_1.bootstrapConfigurations();
config = new core_1.Config(core_1.ConfigRegistryInstance, core_1.RuleRegistryInstance);
config = new core_1.Config(core_1.ConfigRegistryInstance, core_1.RuleRegistryInstance, logger);
config.load(require(fullConfigPath));

@@ -83,0 +81,0 @@ return [2 /*return*/, config.buildSuite()];

@@ -10,3 +10,3 @@ {

"dependencies": {
"@boll/core": "1.0.2",
"@boll/core": "1.1.0",
"argparse": "^1.0.10",

@@ -51,3 +51,3 @@ "glob": "^7.1.6",

},
"version": "1.1.0"
"version": "1.1.1"
}
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