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 0.0.9 to 0.0.10

dist/lib/constants.js

17

CHANGELOG.json

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

{
"date": "Thu, 27 Aug 2020 17:59:01 GMT",
"date": "Thu, 27 Aug 2020 20:56:45 GMT",
"tag": "@boll/cli_v0.0.10",
"version": "0.0.10",
"comments": {
"patch": [
{
"comment": "Export library accessible entrypoint.",
"author": "jdh@microsoft.com",
"commit": "21360a05528d7b4e2b17e608d4a0e5e89bdd448b",
"package": "@boll/cli"
}
]
}
},
{
"date": "Thu, 27 Aug 2020 17:59:09 GMT",
"tag": "@boll/cli_v0.0.9",

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

# Change Log - @boll/cli
This log was last generated on Thu, 27 Aug 2020 17:59:01 GMT and should not be manually modified.
This log was last generated on Thu, 27 Aug 2020 20:56:45 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.10
Thu, 27 Aug 2020 20:56:45 GMT
### Patches
- Export library accessible entrypoint. (jdh@microsoft.com)
## 0.0.9
Thu, 27 Aug 2020 17:59:01 GMT
Thu, 27 Aug 2020 17:59:09 GMT

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

8

dist/cli.js

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

var path_1 = require("path");
var constants_1 = require("./lib/constants");
var fileExistsAsync = util_1.promisify(fs.exists);

@@ -75,4 +76,4 @@ var parser = new argparse_1.ArgumentParser({ description: "@boll/cli" });

});
var runParser = subParser.addParser("run");
var initParser = subParser.addParser("init");
subParser.addParser("run");
subParser.addParser("init");
var Status;

@@ -86,3 +87,2 @@ (function (Status) {

this.logger = logger;
this.configFileName = ".boll.config.js";
}

@@ -128,3 +128,3 @@ Cli.prototype.run = function (args) {

case 0:
fullConfigPath = path_1.resolve(this.configFileName);
fullConfigPath = path_1.resolve(constants_1.configFileName);
return [4 /*yield*/, fileExistsAsync(fullConfigPath)];

@@ -131,0 +131,0 @@ case 1:

{
"name": "@boll/cli",
"version": "0.0.9",
"version": "0.0.10",
"description": "> TODO: description",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/boll#readme",

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