New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@boll/cli

Package Overview
Dependencies
Maintainers
0
Versions
1239
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 2.2.0 to 2.3.0

1

dist/cli.d.ts

@@ -14,2 +14,3 @@ import { Logger } from "@boll/core";

private buildSuite;
private getConfig;
}

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

config = new core_1.Config(core_1.ConfigRegistryInstance, core_1.RuleRegistryInstance, this.logger);
config.load(require(fullConfigPath));
config.load(this.getConfig(fullConfigPath));
return [4 /*yield*/, config.buildSuite()];

@@ -163,4 +163,8 @@ case 2: return [2 /*return*/, _a.sent()];

};
Cli.prototype.getConfig = function (filename) {
var contents = fs.readFileSync((0, path_1.resolve)(filename), "utf-8");
return JSON.parse(contents);
};
return Cli;
}());
exports.Cli = Cli;

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "2.2.0"
"version": "2.3.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