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.5 to 0.4.6

2

index.js

@@ -110,3 +110,3 @@ var knox = require('knox'),

this.client.del(path, headers).on('response', function(res) {
if (res.statusCode != 200) {
if (res.statusCode != 200 && res.statusCode != 204) {
return callback(new Error('ERROR: status code = '+res.statusCode), res.body);

@@ -113,0 +113,0 @@ }

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

"description": "Simple S3 integration with a cache backed by Redis",
"version": "0.4.5",
"version": "0.4.6",
"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