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.0.4 to 3.0.5

9

dist/index.js

@@ -822,2 +822,11 @@ /**

// Make sure all uppercase
if (typeof(components) === 'object') {
let k = Object.keys(components);
// Make sure they follow the standard
for (let i = 0; i < k.length; i++) {
components[k[i].toUpperCase()] = components[k[i]];
}
}
// Parse a HTML template

@@ -824,0 +833,0 @@ if (! isDOM(t)) {

@@ -834,2 +834,11 @@ /**

// Make sure all uppercase
if (typeof(components) === 'object') {
let k = Object.keys(components);
// Make sure they follow the standard
for (let i = 0; i < k.length; i++) {
components[k[i].toUpperCase()] = components[k[i]];
}
}
// Parse a HTML template

@@ -836,0 +845,0 @@ if (! isDOM(t)) {

2

package.json

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

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