Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filepond

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filepond - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "filepond",
"version": "1.1.0",
"version": "1.2.0",
"description": "FilePond, Where files go to stretch their bits.",

@@ -5,0 +5,0 @@ "homepage": "https://pqina.nl/filepond",

# <img src="https://github.com/pqina/filepond-github-assets/blob/master/logo.svg" height="44" alt="FilePond"/>
A (21 KB gzipped) JavaScript library that can **upload anything** you throw at it, **optimizes images** for faster uploads, and offers a great, **accessible**, silky **smooth user experience**.
A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience.
[![MIT license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://github.com/pqina/filepond/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/filepond.svg)](https://www.npmjs.com/package/filepond)
[![Donate with PayPal](https://img.shields.io/badge/donate-PayPal.me-pink.svg)](https://www.paypal.me/rikschennink/10)
21KB gzipped. Also available as a [React Component](https://github.com/pqina/react-filepond) or [jQuery Adapter](https://github.com/pqina/jquery-filepond)
<img src="https://github.com/pqina/filepond-github-assets/blob/master/filepond-animation-01.gif" width="370" height="400" alt=""/>

@@ -9,8 +15,8 @@

- Accepts **directories**, **files**, blobs, local URLs, **remote URLs** and Data URIs.
- **Drop files**, browse on filesystem, **copy and paste files**, or add files using the API.
- **Async uploading** with AJAX or encode files as base64 data and send along form post.
- **Accessible**, tested with AT software like VoiceOver and JAWS, **navigable by Keyboard**.
- **Image optimization**, automatic image resizing, **cropping**, and **correcting of EXIF orientation** on the client saves bandwidth.
- **Responsive**, automatically scales to available space, is function on both **mobile and desktop**.
* Accepts **directories**, **files**, blobs, local URLs, **remote URLs** and Data URIs.
* **Drop files**, browse on filesystem, **copy and paste files**, or add files using the API.
* **Async uploading** with AJAX or encode files as base64 data and send along form post.
* **Accessible**, tested with AT software like VoiceOver and JAWS, **navigable by Keyboard**.
* **Image optimization**, automatic image resizing, **cropping**, and **correcting of EXIF orientation** on the client saves bandwidth.
* **Responsive**, automatically scales to available space, is function on both **mobile and desktop**.

@@ -21,22 +27,20 @@ [Learn more about FilePond](https://pqina.nl/filepond)

- [File encode](https://github.com/pqina/filepond-plugin-file-encode)
- [File size validation](https://github.com/pqina/filepond-plugin-file-validate-size)
- [File type validation](https://github.com/pqina/filepond-plugin-file-validate-type)
- [Image preview](https://github.com/pqina/filepond-plugin-image-preview)
- [Image crop](https://github.com/pqina/filepond-plugin-image-crop)
- [Image resize](https://github.com/pqina/filepond-plugin-image-resize)
- [Image transform](https://github.com/pqina/filepond-plugin-image-transform)
- [Image EXIF orientation](https://github.com/pqina/filepond-plugin-image-exif-orientation)
* [File encode](https://github.com/pqina/filepond-plugin-file-encode)
* [File size validation](https://github.com/pqina/filepond-plugin-file-validate-size)
* [File type validation](https://github.com/pqina/filepond-plugin-file-validate-type)
* [Image preview](https://github.com/pqina/filepond-plugin-image-preview)
* [Image crop](https://github.com/pqina/filepond-plugin-image-crop)
* [Image resize](https://github.com/pqina/filepond-plugin-image-resize)
* [Image transform](https://github.com/pqina/filepond-plugin-image-transform)
* [Image EXIF orientation](https://github.com/pqina/filepond-plugin-image-exif-orientation)
### Frameworks & Libraries
- [jQuery adapter](https://github.com/pqina/jquery-filepond)
- [React component](https://github.com/pqina/react-filepond)
* [jQuery adapter](https://github.com/pqina/jquery-filepond)
* [React component](https://github.com/pqina/react-filepond)
### Boilerplates
- [PHP](https://github.com/pqina/filepond-boilerplate-php)
* [PHP](https://github.com/pqina/filepond-boilerplate-php)
## Quick Start

@@ -46,4 +50,2 @@

[![npm version](https://badge.fury.io/js/filepond.svg)](https://badge.fury.io/js/filepond)
```bash

@@ -60,4 +62,4 @@ npm install filepond

const pond = FilePond.create({
multiple:true,
name:'filepond'
multiple: true,
name: 'filepond'
});

@@ -76,12 +78,12 @@

<title>FilePond from CDN</title>
<!-- Filepond stylesheet -->
<link href="https://unpkg.com/filepond/dist/filepond.css" rel="stylesheet">
</head>
<body>
<!-- We'll transform this input into a pond -->
<input type="file" class="filepond">
<!-- Load FilePond library -->

@@ -94,3 +96,3 @@ <script src="https://unpkg.com/filepond/dist/filepond.js"></script>

</script>
</body>

@@ -102,3 +104,2 @@ </html>

## License

@@ -110,3 +111,3 @@

Copyright (c) 2018 PQINA | Rik Schennik <rik@pqina.nl>
Copyright (c) 2018 PQINA | Rik Schennik <mailto:rik@pqina.nl>

@@ -113,0 +114,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Sorry, the diff of this file is not supported yet

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

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

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

Sorry, the diff of this file is not supported yet

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

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