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.0 to 4.0.0-beta.1

2

dist/index.js

@@ -723,3 +723,3 @@ /**

// Get the reference to the object
let o = Path.call(self, prop);
let o = extractFromPath.call(self, prop, true);
// Apply the new value

@@ -726,0 +726,0 @@ (o[0])[o[1]] = getAttribute(this);

@@ -728,3 +728,3 @@ /**

// Get the reference to the object
let o = Path.call(self, prop);
let o = extractFromPath.call(self, prop, true);
// Apply the new value

@@ -731,0 +731,0 @@ (o[0])[o[1]] = getAttribute(this);

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

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