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 2.3.1 to 2.3.2

LICENCE

11

dist/lemonade.js

@@ -382,7 +382,10 @@ /**

} else if (k[i] == '@bind') {
var f = function(a, b) {
// Update val
this.state[b] = getAttribute(a);
// Refresh bound elements
dispatch.call(this, b);
}.bind(this, element, prop);
// Onchange event for the element
element.addEventListener('input', function() {
lemon.state[prop] = getAttribute(this);
dispatch.call(lemon, prop);
});
element.addEventListener('input', f);
// Way back

@@ -389,0 +392,0 @@ create.call(this, element, { v:attr[k[i]] }, 'value');

@@ -22,3 +22,3 @@ {

"types": "dist/lemonade.d.ts",
"version": "2.3.1"
"version": "2.3.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