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
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.0.1 to 1.1.0

17

CHANGELOG.json

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

{
"date": "Thu, 17 Sep 2020 22:06:33 GMT",
"date": "Fri, 18 Sep 2020 17:09:55 GMT",
"tag": "@boll/cli_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"comment": "Added new category of rules for enforcing ESLint configurations",
"author": "email not defined",
"commit": "a0e085a50c4e57a28850195287716ed5eb68cb2e",
"package": "@boll/cli"
}
]
}
},
{
"date": "Thu, 17 Sep 2020 22:06:55 GMT",
"tag": "@boll/cli_v1.0.1",

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

# Change Log - @boll/cli
This log was last generated on Thu, 17 Sep 2020 22:06:33 GMT and should not be manually modified.
This log was last generated on Fri, 18 Sep 2020 17:09:55 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.0
Fri, 18 Sep 2020 17:09:55 GMT
### Minor changes
- Added new category of rules for enforcing ESLint configurations (email not defined)
## 1.0.1
Thu, 17 Sep 2020 22:06:33 GMT
Thu, 17 Sep 2020 22:06:55 GMT

@@ -11,0 +19,0 @@ ### Patches

4

dist/tests/all.test.js

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

var cli_test_1 = require("./cli.test");
var config_rule_base_test_1 = require("./config-rule-base.test");
function suite() {

@@ -49,5 +48,2 @@ return __awaiter(this, void 0, void 0, function () {

_a.sent();
return [4 /*yield*/, config_rule_base_test_1.test.run()];
case 2:
_a.sent();
return [2 /*return*/];

@@ -54,0 +50,0 @@ }

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

configExistsPrecondition = _a.sent();
assert.equal(false, configExistsPrecondition);
assert.strictEqual(false, configExistsPrecondition);
sut = new cli_1.Cli(core_1.NullLogger);

@@ -90,3 +90,3 @@ return [4 /*yield*/, sut.run(["init"])];

configExistsExpected = _a.sent();
assert.equal(true, configExistsExpected);
assert.strictEqual(true, configExistsExpected);
return [2 /*return*/];

@@ -93,0 +93,0 @@ }

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

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

@@ -24,2 +24,3 @@ "glob": "^7.1.6",

"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-node-dev": "^1.0.0-pre.58",

@@ -47,6 +48,7 @@ "typedoc": "^0.19.1",

"build": "tsc",
"clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "1.0.1"
"version": "1.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