@egstad/detect-scroll
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -761,3 +761,3 @@ // modules are defined as an array | ||
var protocol = location.protocol === 'https:' ? 'wss' : 'ws'; | ||
var ws = new WebSocket(protocol + '://' + hostname + ':' + "63820" + '/'); | ||
var ws = new WebSocket(protocol + '://' + hostname + ':' + "49476" + '/'); | ||
@@ -764,0 +764,0 @@ ws.onmessage = function (event) { |
@@ -220,3 +220,3 @@ // modules are defined as an array | ||
var protocol = location.protocol === 'https:' ? 'wss' : 'ws'; | ||
var ws = new WebSocket(protocol + '://' + hostname + ':' + "63820" + '/'); | ||
var ws = new WebSocket(protocol + '://' + hostname + ':' + "49476" + '/'); | ||
@@ -223,0 +223,0 @@ ws.onmessage = function (event) { |
{ | ||
"name": "@egstad/detect-scroll", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A performant and lightweight ES6 module for detecting scroll activity (direction + location) for X and/or Y axis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2182880