Socket
Socket
Sign inDemoInstall

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.4.0 to 3.5.0

12

dist/index.js
/**
* Lemonadejs v3.4.0 (ESM build)
* Lemonadejs v3.5.0 (ESM build)
*

@@ -246,3 +246,7 @@ * Website: https://lemonadejs.net

} else {
e.setAttribute(t, v);
if (v === '') {
e.removeAttribute(t);
} else {
e.setAttribute(t, v);
}
}

@@ -260,7 +264,5 @@ }

let a = this.attributes;
let f = null;
if (a && a.length) {
if (a && a.length) {
for (let i = 0; i < a.length; i++) {
k = a[i].name;
f = k.substr(0,1);
if (props && typeof(this[k]) !== 'undefined') {

@@ -267,0 +269,0 @@ o[k] = this[k];

/**
* LemonadeJS v3.4.0
* LemonadeJS v3.5.0
*

@@ -257,3 +257,7 @@ * Website: https://lemonadejs.net

} else {
e.setAttribute(t, v);
if (v === '') {
e.removeAttribute(t);
} else {
e.setAttribute(t, v);
}
}

@@ -271,7 +275,5 @@ }

let a = this.attributes;
let f = null;
if (a && a.length) {
for (let i = 0; i < a.length; i++) {
k = a[i].name;
f = k.substr(0,1);
if (props && typeof(this[k]) !== 'undefined') {

@@ -278,0 +280,0 @@ o[k] = this[k];

{
"name": "lemonadejs",
"title": "Micro reactive, two-way binding and hooks JavaScript vanilla library.",
"description": "Lemonade is a lightweight, micro reactive vanilla javascript library to create quick and reusable JS components without dependencies.",
"title": "Micro reactive, two-way data binding JavaScript library.",
"description": "Lemonade is a lightweight, micro reactive JavaScript library to create quick and reusable reactive JS components. No dependencies or transpile is require",
"author": {

@@ -42,3 +42,3 @@ "name": "Contact <contact@lemonadejs.net>",

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