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

tweakpane-plugin-file-import

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweakpane-plugin-file-import - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

package.json
{
"name": "tweakpane-plugin-file-import",
"version": "1.0.2",
"version": "1.1.0",
"description": "A general-purpose and simple file input Tweakpane plugin",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/LuchoTurtle/tweakpane-plugin-file-import",

@@ -24,3 +24,3 @@ # `tweakpane-plugin-file-import`

> ```sh
> npm i tweakpane-plugin-file-import@0.1.4
> npm i tweakpane-plugin-file-import@0.2.0
> ```

@@ -83,2 +83,3 @@ >

filetypes: ['.png', '.jpg'],
invalidFiletypeMessage: "We can't accept those filetypes!"
})

@@ -95,2 +96,3 @@ .on('change', (ev) => {

filetypes: ['.png', '.jpg'],
invalidFiletypeMessage: "We can't accept those filetypes!"
})

@@ -109,5 +111,7 @@ .on('change', (ev) => {

| filetypes | array | Array of valid file extensions. |
| invalidFiletypeMessage | string | String shown when the user tries to upload an invalid filetype. |
## Contributing

@@ -114,0 +118,0 @@

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

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