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

mini-file-manager

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-file-manager - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

package.json
{
"name": "mini-file-manager",
"description": "A lightweight File Manager for your application",
"version": "2.1.2",
"version": "2.1.3",
"main": "./dist/mini-file-manager.umd.cjs",

@@ -6,0 +6,0 @@ "module": "./dist/mini-file-manager.js",

@@ -6,2 +6,7 @@ function getExtension(filename) {

const filters = {
mini: {
imageWidth: 40,
imageHeight: 40,
ratio: 1,
},
station_small: {

@@ -22,2 +27,12 @@ imageWidth: 250,

},
medium: {
imageWidth: 800,
imageHeight: 800,
ratio: 1,
},
large: {
imageWidth: 1500,
imageHeight: 1500,
ratio: 1,
},
};

@@ -24,0 +39,0 @@

Sorry, the diff of this file is too big to display

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