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

vuetify-file-browser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-file-browser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

4

package.json
{
"name": "vuetify-file-browser",
"version": "1.0.0",
"description": "Open source file manager component for web (Vue.js, Vuetify, Node.js)",
"version": "1.0.1",
"description": "Open source file manager component for Vue.js. Requires Vuetify v2.0 or higher",
"main": "src/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -66,3 +66,7 @@ # Vuetify File Browser

// custom configuration for internal axios instance
axiosConfig: { type: Object, default: () => {} }
axiosConfig: { type: Object, default: () => {} },
// max files count to upload at once. Unlimited by default
maxUploadFilesCount: { type: Number, default: 0 },
// max file size to upload. Unlimited by default
maxUploadFileSize: { type: Number, default: 0 }
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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