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

awsass

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awsass - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

awsass.js

@@ -45,4 +45,5 @@ const { program } = require("commander");

// TODO: deploy lambda function directly without s3
// TODO: deploy lambda@edge function
program.parse(process.argv);

@@ -49,0 +50,0 @@ const options = program.opts();

{
"name": "awsass",
"description": "AWSASS is an assistant to AWS, mostly for running better scripts.",
"version": "0.0.12",
"version": "0.0.13",
"author": "Jsonize",

@@ -6,0 +6,0 @@ "repository": "https://github.com/jsonize/awsass",

@@ -118,3 +118,3 @@ const AWS = require("aws-sdk");

}
callback(undefined, subnetsDescription.Subnets.map(subnet => subnet.SubnetId));
callback(undefined, subnetsDescription.Subnets.filter(subnet => subnet.DefaultForAz).map(subnet => subnet.SubnetId));
});

@@ -121,0 +121,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