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 4.0.0-beta.6 to 4.0.1

14

dist/index.js
/**
* LemonadeJS v4.0.0 (ESM build)
* LemonadeJS v4.0.1 (ESM build)
*

@@ -387,8 +387,6 @@ * Website: https://lemonadejs.net

} else {
let index = 0;
let cast = false;
let result;
// Replace string
v = o.v.replace(isScript, function(a, b) {
// How many replacements
index++;
// Try to find the property

@@ -407,8 +405,10 @@ result = extractFromPath.call(o.s, b);

}
// Parse correct type
if (typeof(result) !== 'string' && a === o.v) {
cast = true;
}
// Return
return result;
});
// Parse correct type
if (typeof(result) !== 'string' && index === 1) {
if (cast === true) {
v = result;

@@ -415,0 +415,0 @@ }

/**
* LemonadeJS v4.0.0
* LemonadeJS v4.0.1
*

@@ -392,8 +392,6 @@ * Website: https://lemonadejs.net

} else {
let index = 0;
let cast = false;
let result;
// Replace string
v = o.v.replace(isScript, function(a, b) {
// How many replacements
index++;
// Try to find the property

@@ -412,8 +410,10 @@ result = extractFromPath.call(o.s, b);

}
// Parse correct type
if (typeof(result) !== 'string' && a === o.v) {
cast = true;
}
// Return
return result;
});
// Parse correct type
if (typeof(result) !== 'string' && index === 1) {
if (cast === true) {
v = result;

@@ -420,0 +420,0 @@ }

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

"types": "dist/lemonade.d.ts",
"version": "4.0.0-beta.6"
"version": "4.0.1"
}
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