🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

expensify-common

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expensify-common - npm Package Compare versions

Comparing version

to
2.0.42

4

dist/ExpensiMark.js

@@ -897,4 +897,4 @@ "use strict";

}
// Insert '\n' unless it ends with '\n' or '>' or it's the last element.
if (text.match(/[\n|>][>]?[\s]?$/) || index === splitText.length - 1) {
// Insert '\n' unless it ends with '\n' or '>' or it's the last element, or if it's a header ('# ') with a space.
if (text.match(/[\n|>][>]?[\s]?$/) || index === splitText.length - 1 || text === '# ') {
joinedText += text;

@@ -901,0 +901,0 @@ }

{
"name": "expensify-common",
"version": "2.0.41",
"version": "2.0.42",
"author": "Expensify, Inc.",

@@ -5,0 +5,0 @@ "description": "Expensify libraries and components shared across different repos",