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 4.0.6 to 4.0.7

6

dist/index.js
/**
* LemonadeJS v4.0.6 (ESM build)
* LemonadeJS v4.0.7 (ESM build)
*

@@ -95,4 +95,4 @@ * Website: https://lemonadejs.net

return Number(attr);
} else if (attr.substring(0, 1) === '{') {
if (attr.slice(-1) === '}') {
} else if (attr.substring(0, 1) === '{' || attr.substring(0, 1) === '[') {
if (attr.slice(-1) === '}' || attr.slice(-1) === ']') {
return JSON.parse(attr);

@@ -99,0 +99,0 @@ }

/**
* LemonadeJS v4.0.6
* LemonadeJS v4.0.7
*

@@ -100,4 +100,4 @@ * Website: https://lemonadejs.net

return Number(attr);
} else if (attr.substring(0, 1) === '{') {
if (attr.slice(-1) === '}') {
} else if (attr.substring(0, 1) === '{' || attr.substring(0, 1) === '[') {
if (attr.slice(-1) === '}' || attr.slice(-1) === ']') {
return JSON.parse(attr);

@@ -104,0 +104,0 @@ }

@@ -42,3 +42,3 @@ {

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