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.0.4 to 1.0.5

2

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

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

@@ -1,22 +0,65 @@

# FilePond
# <img src="https://github.com/pqina/filepond-github-assets/blob/master/logo.svg" height="44" alt="FilePond"/>
[![npm version](https://badge.fury.io/js/filepond.svg)](https://badge.fury.io/js/filepond)
**A JavaScript file upload plugin that's easy to setup and a joy to use.**
The FilePond product site can be found at https://pqina.nl/filepond
Beautiful animations, fast uploads with client-side image optimization, and a great, accessible, user experience.
[Learn more about FilePond](https://pqina.nl/filepond)
<img src="https://github.com/pqina/filepond-github-assets/blob/master/filepond-animation-01.gif" width="370" height="400" alt=""/>
## Quick Start
Install from NPM [![npm version](https://badge.fury.io/js/filepond.svg)](https://badge.fury.io/js/filepond)
```bash
npm install filepond
```
Then import in your project:
```js
import { FilePond } from 'filepond';
```
Or get from a CDN
```html
<!-- add to document <head> -->
<link href="https://unpkg.com/filepond/dist/filepond.css" rel="stylesheet">
<!-- add before </body> -->
<script src="https://unpkg.com/filepond/dist/filepond.js"></script>
```
Now you can turn an `<input type="file">` into a FilePond.
```html
<input type="file" class="filepond'>
<script>
FilePond.parse(document.body);
</script>
```
Read more in the [FilePond documentation](https://pqina.nl/filepond/docs/patterns/getting-started/)
## License terms
FilePond is licensed under [GPLv3](https://opensource.org/licenses/GPL-3.0).
The free version of FilePond is licensed under [GPLv3](https://opensource.org/licenses/GPL-3.0).
### What does this mean?
* You **may** modify provided code in any way which doesn't conflict with above statement
* You **may** use this lib for any private projects which you do not plan to share or sell
* You **may** use this lib for public projects, BUT in such case you MUST share the full client source code of your project if asked. If you do not want to share your projects source code then you need to obtain a commercial license
* You **may** use this lib for public projects as long as those projects are licensed under GPLv3 as well.
* You **may not** remove the license and PQINA attribution from source files
GitHub automatically adds a quick overview header to the [repository LICENSE](https://github.com/pqina/filepond/blob/master/LICENSE) which might be helpful as well.
For more information read the [repository license details](https://github.com/pqina/filepond/blob/master/LICENSE).
If the GPLv3 license does not match your use case, the [commercial license](https://pqina.nl/filepond/pricing.html#commercial-license) might be more suitable.
### Commercial use
Interested in using FilePond for a commercial project without the GPLv3 requirements, view the license options on the [pricing page](https://pqina.nl/filepond/store.html).
Interested in using FilePond for a project without being restricted by the GPLv3 requirements, view the license options on the [pricing page](https://pqina.nl/filepond/pricing.html#commercial-license).

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