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 3.1.1 to 3.2.0

14

dist/lemonade.js
/**
* Lemonadejs v3.0.8
* Lemonadejs v3.2.0
*

@@ -654,2 +654,10 @@ * Website: https://lemonadejs.net

parseTokens.call(self, { e: element, a: 'src', v: '{{' + attr[k[i]] + '}}', s: self })
} else {
// Parse attributes
let value = run.call(self, attr[k[i]]);
if (element.lemonade) {
self[type] = value
} else {
element[type] = value;
}
}

@@ -822,2 +830,6 @@

o.rootChild.lemon = {
self: self
}
return o;

@@ -824,0 +836,0 @@ }

2

package.json

@@ -25,3 +25,3 @@ {

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