Socket
Socket
Sign inDemoInstall

aws-lambda-factory

Package Overview
Dependencies
92
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.93 to 0.4.94

14

CHANGELOG.md

@@ -6,2 +6,16 @@ # Change Log

## <small>0.4.94 (2022-05-02)</small>
* Chore(Lock): Dependencies ([3bbfb07](https://github.com/iac-factory/cli-utilities/commit/3bbfb07))
* Chore(Package): Changed Package Name, Publish, Lock Files, Recursive Name Search ([d2fa2bb](https://github.com/iac-factory/cli-utilities/commit/d2fa2bb))
* Chore(Release): Version Bump, Ignore Clean-Up ([e6d8a36](https://github.com/iac-factory/cli-utilities/commit/e6d8a36))
* Publish ([5961e40](https://github.com/iac-factory/cli-utilities/commit/5961e40))
* Publish ([fda7508](https://github.com/iac-factory/cli-utilities/commit/fda7508))
* Publish ([8c3547f](https://github.com/iac-factory/cli-utilities/commit/8c3547f))
* Feature(Package): Created Lambda-Factory Package, Clean-Up General Codebase, Inline Documentation ([5504cd9](https://github.com/iac-factory/cli-utilities/commit/5504cd9))
## <small>0.4.92 (2022-05-02)</small>

@@ -8,0 +22,0 @@

4

main.js

@@ -44,7 +44,7 @@ "use strict";

/// Allow clients to optionally specify a *.env
/// file in the ~/.lambda-factory directory to further
/// file in the ~/.aws-lambda-factory directory to further
/// set cli-related default(s).
const load = (debug) => {
const user = os_1.default.userInfo({ encoding: "utf-8" }).homedir;
const directory = ".lambda-factory";
const directory = ".aws-lambda-factory";
const target = ".env";

@@ -51,0 +51,0 @@ const path = path_1.default.join(user, directory, target);

@@ -10,3 +10,3 @@ import "dotenv/config";

/// Allow clients to optionally specify a *.env
/// file in the ~/.lambda-factory directory to further
/// file in the ~/.aws-lambda-factory directory to further
/// set cli-related default(s).

@@ -16,3 +16,3 @@

const user = OS.userInfo( { encoding: "utf-8" } ).homedir;
const directory = ".lambda-factory";
const directory = ".aws-lambda-factory";
const target = ".env";

@@ -19,0 +19,0 @@

{
"name": "aws-lambda-factory",
"version": "0.4.93",
"version": "0.4.94",
"main": "index.js",

@@ -11,3 +11,3 @@ "description": "...",

"type": "git+https",
"directory": "packages/lambda-factory",
"directory": "packages/aws-lambda-factory",
"url": "https://github.com/iac-factory/cli-utilities.git"

@@ -40,5 +40,5 @@ },

"bin": {
"lambda-factory": "index.js"
"aws-lambda-factory": "index.js"
},
"gitHead": "fda75089711fb2da7f9f3502cdc8937be362979f"
"gitHead": "d1aea1e92d64b3489dfd40cfab08f4c1446e00c0"
}

@@ -1,2 +0,2 @@

# [`lambda-factory`](https://github.com/iac-factory/cli-utilities) - CLI Utility #
# [`aws-lambda-factory`](https://github.com/iac-factory/cli-utilities) - CLI Utility #

@@ -13,3 +13,3 @@ *Anything with a `ⓘ` is a dropdown containing

```shell
npx lambda-factory@latest --help
npx aws-lambda-factory@latest --help
```

@@ -52,5 +52,5 @@

|------------------------------------|:---------------------------:|:-----------------------:|:-------------------------:|
| Banner + Conditional Setup | `npx lambda-factory` | `lambda-factory` | `npm run start` |
| Display Help Information | `npx lambda-factory --help` | `lambda-factory --help` | `npm run start -- --help` |
| Forcefully Prompt for System Setup | `npx lambda-factory setup` | `lambda-factory setup` | `npm run start -- setup` |
| Create a Jira Story | `npx lambda-factory create` | `lambda-factory create` | `npm run start -- create` |
| Banner + Conditional Setup | `npx aws-lambda-factory` | `aws-lambda-factory` | `npm run start` |
| Display Help Information | `npx aws-lambda-factory --help` | `aws-lambda-factory --help` | `npm run start -- --help` |
| Forcefully Prompt for System Setup | `npx aws-lambda-factory setup` | `aws-lambda-factory setup` | `npm run start -- setup` |
| Create a Jira Story | `npx aws-lambda-factory create` | `aws-lambda-factory create` | `npm run start -- create` |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc