Socket
Socket
Sign inDemoInstall

knockout-popup-template

Package Overview
Dependencies
2
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

4

knockout.popupTemplate.js

@@ -595,3 +595,3 @@ /*

}
ko.utils.registerEventHandler(window, 'resize', popupReposition);
$(window).on('resize', popupReposition);
window.addEventListener('scroll', popupReposition, true);

@@ -617,3 +617,3 @@ }

}
window.removeEventListener('resize', popupReposition, false);
$(window).off('resize', popupReposition);
window.removeEventListener('scroll', popupReposition, true);

@@ -620,0 +620,0 @@ }

@@ -5,3 +5,3 @@ {

"main": "knockout.popupTemplate.js",
"version": "1.8.0",
"version": "1.8.1",
"contributors": [

@@ -8,0 +8,0 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc