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

lemonadejs

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemonadejs - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

12

dist/index.js

@@ -1218,9 +1218,9 @@ /**

}
} else {
requestAnimationFrame(() => {
if (typeof (this.onreconnect) === 'function') {
this.onreconnect();
}
});
}
requestAnimationFrame(() => {
if (typeof(this.onconnect) === 'function') {
this.onconnect(false);
}
});
}

@@ -1227,0 +1227,0 @@ }

@@ -1223,9 +1223,9 @@ /**

}
} else {
requestAnimationFrame(() => {
if (typeof (this.onreconnect) === 'function') {
this.onreconnect();
}
});
}
requestAnimationFrame(() => {
if (typeof(this.onconnect) === 'function') {
this.onconnect(false);
}
});
}

@@ -1232,0 +1232,0 @@ }

@@ -42,3 +42,3 @@ {

"types": "dist/lemonade.d.ts",
"version": "4.2.1"
"version": "4.2.2"
}
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