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

s3-blob-store

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-blob-store - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

index.js

@@ -81,3 +81,3 @@

S3BlobStore.prototype.remove = function(opts, done) {
const key = typeof opts === 'string' ? opts : opts.key
var key = typeof opts === 'string' ? opts : opts.key
this.s3.deleteObject({ Bucket: this.bucket, Key: key }, done)

@@ -84,0 +84,0 @@ return this;

@@ -10,3 +10,3 @@ {

],
"version": "1.2.2",
"version": "1.2.3",
"repository": {

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