Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@uploadcare/file-uploader
Advanced tools
Website • Docs • Blog • Discord • Twitter
Add file uploads to your app and configure behavior and appearance as needed. Process and transform files before and after uploading. Compatible with any framework or environment.
Uploadcare File Uploader is built with Web Components, meaning you can integrate it into any environment—no adapters required.
For hands-on examples, visit our live sandboxes:
Check out the documentation for quickstart guides tailored to your framework or tool.
Explore more tutorials in our blog.
<script type="module">
import * as UC from 'https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/file-uploader.min.js';
UC.defineComponents(UC);
</script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/uc-file-uploader-regular.min.css"
/>
<uc-file-uploader-regular ctx-name="my-uploader"> </uc-file-uploader-regular>
npm i @uploadcare/file-uploader
import * as UC from '@uploadcare/file-uploader';
UC.defineComponents(UC);
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/uc-file-uploader-regular.min.css"
/>
<uc-file-uploader-inline ctx-name="my-uploader"> </uc-file-uploader-inline>
All configurations in File Uploader are managed from uc-config
block.
uc-config
block to your markup and replace YOUR_PUBLIC_KEY
with your own public key:<uc-config ctx-name="my-uploader" pubkey="YOUR_PUBLIC_KEY"></uc-config>
ctx-name
attribute value as your solution block.Discover more about configuration options in our documentation.
Latest desktop and mobile stable versions of Chrome, Edge, Firefox, Opera, and Safari are supported.
Internet Explorer is outdated and not supported anymore.
You’re always welcome to contribute:
npm install
.npm run dev
.FAQs
Building blocks for Uploadcare products integration
We found that @uploadcare/file-uploader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.