New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-s3-uploads

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-s3-uploads - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

index.js

@@ -125,4 +125,4 @@ var Package = require("./package.json");

params.router.post('/api' + adminRoute + '/s3settings', params.middleware.applyCSRF, s3settings);
params.router.post('/api' + adminRoute + '/credentials', params.middleware.applyCSRF, credentials);
params.router.post('/api' + adminRoute + '/s3settings', s3settings);
params.router.post('/api' + adminRoute + '/credentials', credentials);

@@ -129,0 +129,0 @@ callback();

{
"name": "nodebb-plugin-s3-uploads",
"version": "0.3.2",
"version": "0.3.3",
"description": "A plugin for NodeBB to take file uploads and store them on S3",

@@ -5,0 +5,0 @@ "main": "index.js",

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