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

volos-s3

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volos-s3 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "volos-s3",
"version": "0.0.3",
"version": "0.0.4",
"description": "Volos AWS S3 Connector",

@@ -10,3 +10,3 @@ "main": "s3Connector.js",

"q": "^1.0.1",
"volos-connectors-common": "^0.0.4",
"volos-connectors-common": "^0.0.7",
"xmldom": "^0.1.19"

@@ -13,0 +13,0 @@ },

@@ -12,3 +12,3 @@ var assert = require('assert');

this.applicationName = 'volos-s3';
this.configuration = options.configuration;
this.configuration = options.configuration || require('./configuration.js');
var connector = this;

@@ -15,0 +15,0 @@ this.options = options;

@@ -1,2 +0,1 @@

var configuration = require('./configuration.js');
var s3Connector = require('volos-s3');

@@ -19,4 +18,4 @@ var http = require('http');

svr.listen(9058, function() {
s3 = new s3Connector.S3Connector({"profile": profile, "configuration": configuration});
s3.initializePaths(configuration.restMap);
s3 = new s3Connector.S3Connector({profile: profile, configuration: undefined});
s3.initializePaths(s3.configuration.restMap);
console.log(s3.applicationName + ' server is listening');

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