🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

nw-dialog

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nw-dialog - npm Package Compare versions

Comparing version

to
1.0.6

6

index.js

@@ -43,4 +43,6 @@ 'use strict';

this._context.body.appendChild(node);
node.addEventListener('change', function(e) {
fn(node.value);
node.remove();
});

@@ -80,4 +82,6 @@ node.click();

this._context.body.appendChild(node);
node.addEventListener('change', function() {
fn(node.value);
node.remove();
});

@@ -102,4 +106,6 @@ node.click();

this._context.body.appendChild(node);
node.addEventListener('change', function() {
fn(node.value);
node.remove();
});

@@ -106,0 +112,0 @@ node.click();

2

package.json
{
"name": "nw-dialog",
"version": "1.0.5",
"version": "1.0.6",
"description": "Node Webkit Dialog",

@@ -5,0 +5,0 @@ "main": "index.js",