Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bam-lambda

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bam-lambda - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

package.json
{
"name": "bam-lambda",
"version": "2.0.6",
"version": "2.0.7",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/bam-lambda/bam.git",

@@ -38,4 +38,2 @@ const getUserDefaults = require('./getUserDefaults');

module.exports = async function catchSetupAndConfig(path, command) {
if (commandIsNotValid(command) || ['help', 'version', 'create'].includes(command)) return true;
const awsConfigExistsWithRegionSet = getRegion();

@@ -48,2 +46,4 @@ if (!awsConfigExistsWithRegionSet) {

if (commandIsNotValid(command) || ['help', 'version', 'create'].includes(command)) return true;
const bamPath = getBamPath(path);

@@ -50,0 +50,0 @@ const bamDirExists = await exists(bamPath);

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