You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

ltx

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ltx - npm Package Compare versions

Comparing version

to
0.7.2

@@ -164,8 +164,8 @@ 'use strict';

return s.
replace(/\&/g, '&').
replace(/\&lt;/g, '<').
replace(/\&gt;/g, '>').
replace(/\&quot;/g, '"').
replace(/\&apos;/g, '\'').
replace(/\&#xA;/g, '\n')
replace(/\&(amp|#38);/g, '&').
replace(/\&(lt|#60);/g, '<').
replace(/\&(gt|#62);/g, '>').
replace(/\&(quot|#34);/g, '"').
replace(/\&(apos|#39);/g, '\'').
replace(/\&(nbsp|#160);/g, '\n')
}
{
"name": "ltx",
"version": "0.7.1",
"version": "0.7.2",
"main": "./lib/index",

@@ -5,0 +5,0 @@ "browser": "./lib/index-browserify",