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

file-select-dialog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-select-dialog - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [1.4.0](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.3.1...v1.4.0) (2020-11-22)
### Features
* add form composition function ([96ac5cb](https://github.com/TomokiMiyauci/file-select-dialog/commit/96ac5cb63c091844055c358f47db132cf5d3c7b0))
* **components/*:** add new component ([8db2c6f](https://github.com/TomokiMiyauci/file-select-dialog/commit/8db2c6fa242a917332cc0fd6a0ba98540faa443a))
## [1.3.1](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.3.0...v1.3.1) (2020-11-21)

@@ -2,0 +10,0 @@

4

package.json
{
"name": "file-select-dialog",
"version": "1.3.1",
"version": "1.4.0",
"description": "Call file select dialog programmatically",

@@ -23,3 +23,3 @@ "types": "dist/index.d.ts",

"build": "rollup -c rollup.config.ts",
"lint": "eslint --ext .ts --ignore-path .gitignore .",
"lint": "eslint --ext .ts --ignore-path .gitignore src tests",
"test:unit": "jest",

@@ -26,0 +26,0 @@ "semantic-release": "semantic-release",

@@ -41,2 +41,6 @@ # file-select-dialog

[Demo](https://file-select-dialog.vercel.app/)
![screenshot](https://res.cloudinary.com/dz3vsv9pg/image/upload/c_scale,f_auto,q_auto,w_1217/v1606026970/screenshot.png)
Get a File object by default.

@@ -60,2 +64,2 @@

MIT
[MIT](https://github.com/TomokiMiyauci/file-select-dialog/blob/main/LICENSE)
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