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 1.4.0 to 1.5.0

12

dist/lemonade.js
/**
* Lemonadejs v1.4.0
* Lemonadejs v1.5.0
*

@@ -190,2 +190,7 @@ * Website: https://lemonadejs.net

}
// Onchange
if (typeof(self.onchange) == 'function') {
self.onchange.call(self, property, t);
}
}

@@ -216,7 +221,2 @@

self.tracking[property] = [];
// Onchange
if (typeof(self.onchange) == 'function') {
self.onchange.call(self, property);
}
}

@@ -223,0 +223,0 @@

@@ -16,3 +16,3 @@ {

"main": "dist/lemonade.js",
"version": "1.4.0"
"version": "1.5.0"
}
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