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.3 to 4.0.0-beta.4

2

dist/index.js

@@ -499,3 +499,3 @@ /**

if (typeof(content.v) === 'string') {
let tokens = content.v.match(/self([.a-zA-Z0-9_\[\]]+)*/gm);
let tokens = content.v.match(/self(\.\w+|\[\d+\])*/gm);
if (tokens) {

@@ -502,0 +502,0 @@ for (let i = 0; i < tokens.length; i++) {

@@ -399,2 +399,6 @@ /**

r = run.call(o.s, b);
if (typeof(r) === 'undefined') {
r = '';
}
}

@@ -505,3 +509,3 @@ return r;

if (typeof(content.v) === 'string') {
let tokens = content.v.match(/self([.a-zA-Z0-9_\[\]]+)*/gm);
let tokens = content.v.match(/self(\.\w+|\[\d+\])*/gm);
if (tokens) {

@@ -508,0 +512,0 @@ for (let i = 0; i < tokens.length; i++) {

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

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