New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/open-file

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/open-file - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.3](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.2...@zodash/open-file@0.0.3) (2021-03-23)
**Note:** Version bump only for package @zodash/open-file
## [0.0.2](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.1...@zodash/open-file@0.0.2) (2021-03-23)

@@ -8,0 +16,0 @@

3

lib/index.js

@@ -10,3 +10,3 @@ "use strict";

function openFile(options) {
return new Promise(resolve => {
return new Promise((resolve) => {
const input = document.createElement('input');

@@ -35,3 +35,2 @@ //

}
;
function mount() {

@@ -38,0 +37,0 @@ document.body.appendChild(input);

{
"name": "@zodash/open-file",
"version": "0.0.2",
"version": "0.0.3",
"description": "Open file dialog to select file in browser",

@@ -68,3 +68,3 @@ "keywords": [

},
"gitHead": "670099dfcb70d1aeb4f4bce9a1fb019a1aedcfd9"
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b"
}

Sorry, the diff of this file is not supported yet

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