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.20 to 0.0.21

2

package.json
{
"name": "awsass",
"description": "AWSASS is an assistant to AWS, mostly for running better scripts.",
"version": "0.0.20",
"version": "0.0.21",
"author": "Jsonize",

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

@@ -510,5 +510,6 @@ const AWS = require("aws-sdk");

if (!smallestVersionId) {
console.log("Couldn't find smallest version id", smallestVersionId);
console.log("Couldn't find smallest version id, ignoring", smallestVersionId);
console.log(resourcesResponse.items);
callback("Couldn't find smallest version id");
//callback("Couldn't find smallest version id");
apigateway.createDeployment({ restApiId: restApiId, stageName: stageName }, callback);
return;

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