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

aviary-discovery

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aviary-discovery - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "aviary-discovery",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "./src/discover.js",

@@ -9,2 +9,4 @@ #!/usr/bin/env node

var flag = process.argv[2];
var discover = function() {

@@ -14,2 +16,6 @@ return s3cli

function(cli) {
if (flag === '--debug' || flag === '-d') {
cli.debug();
}
return cli.ls()

@@ -16,0 +22,0 @@ .then(

@@ -104,2 +104,9 @@ 'use strict';

);
},
debug: function() {
console.log('S3 Client');
console.log('--------------------------------');
console.log(JSON.stringify(AWS.config, ' ', 3));
console.log('--------------------------------');
}

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