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

s3asy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3asy - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

7

index.js

@@ -50,6 +50,2 @@ var knox = require('knox'),

if (res.statusCode != 200) {
return callback(new Error('ERROR: status code = '+res.statusCode));
}
var complete = false;

@@ -63,2 +59,5 @@ var body = '';

if (complete) return; // an error has occurred
if (res.statusCode != 200) {
return callback(new Error('ERROR: status code = '+res.statusCode+'. body = '+body));
}
async.series([

@@ -65,0 +64,0 @@ function(cb) {

@@ -5,3 +5,3 @@ {

"description": "Simple S3 integration with a cache backed by Redis",
"version": "0.4.2",
"version": "0.4.3",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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