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

dialog-promise

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dialog-promise - npm Package Compare versions

Comparing version 0.9.7 to 0.9.8

19

lib/dialog-promise.js

@@ -687,2 +687,5 @@ "use strict";

}
mostrar();
});
var mostrar = function(){
span.style.position='';

@@ -693,3 +696,17 @@ if(cambiarTimeout){

cambiarTimeout=setTimeout(cambiar,200);
});
if(document.activeElement === span){
var sel = window.getSelection()
sel.collapse(document.activeElement,document.activeElement.childNodes.length);
}
}
setTimeout(function(){
if(opts && opts.initialSearch){
span.textContent = opts.initialSearch.text || opts.initialSearch.initialKeystrokes;
mostrar();
cambiar();
}
if(opts && opts.whenReady){
opts.whenReady();
}
},100);
}

@@ -696,0 +713,0 @@ var table=document.createElement('table');

12

package.json
{
"name": "dialog-promise",
"description": "Dialog that returns promises",
"version": "0.9.7",
"version": "0.9.8",
"author": "Codenautas <codenautas@googlegroups.com>",

@@ -12,9 +12,11 @@ "repository": "codenautas/dialog-promise",

],
"dependencies": {},
"dependencies": {
"typescript": "^3.3.1"
},
"devDependencies": {
"@types/mocha": "~5.2.5",
"@types/puppeteer": "~1.11.1",
"@types/puppeteer": "~1.12.0",
"mocha": "~5.2.0",
"puppeteer": "~1.11.0",
"best-globals": "~0.10.7",
"puppeteer": "~1.12.1",
"best-globals": "~0.10.10",
"discrepances": "~0.2.4",

@@ -21,0 +23,0 @@ "server4test": "~0.2.1"

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