New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16 to 0.0.17

2

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

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

@@ -514,2 +514,8 @@ const AWS = require("aws-sdk");

let smallestVersionId = resourcesResponse.items.find(item => item.path === smallestVersion.proxyKey);
if (!smallestVersionId) {
console.log("Couldn't find smallest version id", smallestVersionId);
console.log(resourcesResponse.items);
callback(undefined, result);
return;
}
let parent = undefined;

@@ -516,0 +522,0 @@ let childCount = 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