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

px-jquery-wait

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

px-jquery-wait - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "px-jquery-wait",
"version": "1.0.5",
"version": "1.0.6",
"description": "shows an aesthetic panel on the screen in asynchronous operations.",

@@ -5,0 +5,0 @@ "main": "px-wait.js",

@@ -111,3 +111,5 @@ /*

$(".pxwait-window").append('<div class="pxwait-window-spinblock">' + getSpinnerpxwait(options.spinlevel, options.frcolor) + '</div>');
if (options.spinlevel != "none") {
$(".pxwait-window").append('<div class="pxwait-window-spinblock">' + getSpinnerpxwait(options.spinlevel, options.frcolor) + '</div>');
}

@@ -154,3 +156,3 @@ if (options.canceltimeout > 0) {

' <div class="waitwindow1">' +
' <img src="' + core.u.sitePath.replace('/app/', '') + '/images/loading3.gif" alt="uludugun.com"/>' +
' <img src="' + core.u.sitePath.replace('/app/', '') + '/images/loading3.gif" />' +
' <span>' + options.message + '</span>' +

@@ -157,0 +159,0 @@ ' </div>' +

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