New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ianicdev/fileupload

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ianicdev/fileupload

#### With NPM:

latest
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

Installation

With NPM:

npm install --save @ianicdev/fileupload

With Yarn:

yarn add @ianicdev/fileupload

Inside main.js

import Datafiles from '@ianicdev/fileupload'

Vue.use(Datafiles, {
  urlApi: 'BACKEND_API_URL_PROTOCOL',
  storageNameToken: 'e.x. auth.token_protocol',
})

Components

1. FileUpload

1. FileUpload

<FileUpload
  source="atrium"
  source-id="3"	  
  :module="trader" 
  :module-id="2" 
  :canUpload="true" 
  :object-id="213" 
  :only-upload="true"
  ></FileUpload>
``

FAQs

Package last updated on 17 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts