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.1213 to 1.1.1214

15

CHANGELOG.json

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

{
"date": "Fri, 13 Nov 2020 22:24:33 GMT",
"tag": "@boll/cli_v1.1.1214",
"version": "1.1.1214",
"comments": {
"patch": [
{
"comment": "Allow boll to exclude git ignored files",
"author": "email not defined",
"commit": "368e8332d8350c3fed57f35fb132a528262e8825",
"package": "@boll/cli"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 21:48:01 GMT",

@@ -7,0 +22,0 @@ "tag": "@boll/cli_v1.1.3",

10

CHANGELOG.md
# Change Log - @boll/cli
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 Fri, 13 Nov 2020 22:24:33 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1214
Fri, 13 Nov 2020 22:24:33 GMT
### Patches
- Allow boll to exclude git ignored files (email not defined)
## 1.1.3

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

3

dist/cli.js

@@ -130,3 +130,4 @@ "use strict";

config.load(require(fullConfigPath));
return [2 /*return*/, config.buildSuite()];
return [4 /*yield*/, config.buildSuite()];
case 2: return [2 /*return*/, _a.sent()];
}

@@ -133,0 +134,0 @@ });

@@ -79,3 +79,4 @@ "use strict";

config.load(require(fullConfigPath));
return [2 /*return*/, config.buildSuite()];
return [4 /*yield*/, config.buildSuite()];
case 2: return [2 /*return*/, _a.sent()];
}

@@ -82,0 +83,0 @@ });

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

"dependencies": {
"@boll/core": "1.4.0",
"@boll/core": "1.4.1",
"argparse": "^1.0.10",

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

},
"version": "1.1.1213"
"version": "1.1.1214"
}
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