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

ep_cursortrace

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_cursortrace - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

2

package.json
{
"name": "ep_cursortrace",
"description": "Show cursor/caret movements of other users in real time",
"version": "2.0.9",
"version": "2.0.10",
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",

@@ -6,0 +6,0 @@ "contributors": [{

@@ -250,3 +250,3 @@ var initiated = false;

function html_substr( str, count ) {
if( $.browser.msie ) return ""; // IE can't handle processing any of the X position stuff so just return a blank string
if( browser.msie ) return ""; // IE can't handle processing any of the X position stuff so just return a blank string
// Basically the recursion makes IE run out of memory and slows a pad right down, I guess a way to fix this would be to

@@ -253,0 +253,0 @@ // only wrap the target / last span or something or stop it destroying and recreating on each change..

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