Socket
Socket
Sign inDemoInstall

verdaccio-aws-s3-storage

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verdaccio-aws-s3-storage - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

6

CHANGELOG.md
# Change Log
## 10.1.1
### Patch Changes
- 5195ca1: Fix the prefix used to delete from s3 when unpublishing packages
## 10.1.0

@@ -4,0 +10,0 @@

2

lib/s3PackageManager.js

@@ -183,3 +183,3 @@ "use strict";

Bucket: this.config.bucket,
Prefix: `${this.packagePath}`
Prefix: (0, _addTrailingSlash.default)(this.packagePath)
}, function (err) {

@@ -186,0 +186,0 @@ if (err && (0, _s3Errors.is404Error)(err)) {

{
"name": "verdaccio-aws-s3-storage",
"version": "10.1.0",
"version": "10.1.1",
"description": "AWS S3 storage implementation for Verdaccio",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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