Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettydiff

Package Overview
Dependencies
Maintainers
1
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettydiff - npm Package Compare versions

Comparing version 100.2.4 to 100.2.5

tests/formatted/beautify_script_arrayOperator.txt

2

beautify/markup.ts

@@ -208,3 +208,3 @@ /*global global, prettydiff*/

external = function beautify_markup_levels_external():void {
let skip = a;
let skip:number = a;
do {

@@ -211,0 +211,0 @@ if (data.lexer[a + 1] === lexer && data.begin[a + 1] < skip && data.types[a + 1] !== "start" && data.types[a + 1] !== "singleton") {

@@ -10,3 +10,3 @@ {

"file-saver": "^1.3.8",
"sparser": "^1.0.6"
"sparser": "^1.0.8"
},

@@ -43,3 +43,3 @@ "description": "A language aware diff tool.",

},
"version": "100.2.4"
"version": "100.2.5"
}
public static List<TestTable> ToListForEach(DataTable dt) {
Int6 = row.IsNull("Int6")
Int6 = row.IsNull("Int6")
? new int?()

@@ -4,0 +4,0 @@ : new int?(Convert.ToInt32(row["Int6"]));

@@ -1,1 +0,1 @@

<p>Scope analysis does not provide support for undeclared variables.</p><p><em>0</em> instances of <strong>missing semicolons</strong> counted.</p><p><em>0</em> unnecessary instances of the keyword <strong>new</strong> counted.</p><div class="beautify" data-prettydiff-ignore="true"><ol class="count"><li class="fold" title="folds from line 1 to line 7">-1</li><li class="fold" title="folds from line 2 to line 4">-2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li></ol><ol class="data"><li>function <em class="s0">y</em>() <em class="s1">{</em><em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span>const <em class="s1">x</em> = function (<em class="s2">e</em>) <em class="s2">{</em><em class="line">&#xA;</em></li><li class="l2"><span class="l0"> </span><span class="l1"> </span>return <em class="s2">e</em> + a;<em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span><em class="s2">}</em>;<em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span>let <em class="s1">a</em> = 0;<em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span>return <em class="s1">x</em>(5);<em class="line">&#xA;</em></li><li class="l0"><em class="s1">}</em><em class="line">&#xA;</em></li></ol></div>
<p>Scope analysis does not provide support for undeclared variables.</p><p><em>0</em> instances of <strong>missing semicolons</strong> counted.</p><p><em>0</em> unnecessary instances of the keyword <strong>new</strong> counted.</p><div class="beautify" data-prettydiff-ignore="true"><ol class="count"><li class="fold" title="folds from line 1 to line 7">-1</li><li class="fold" title="folds from line 2 to line 4">-2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li></ol><ol class="data"><li>function <em class="s0">y</em>() <em class="s1">{</em><em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span>const <em class="s1">x</em> = function (<em class="s2">e</em>) <em class="s2">{</em><em class="line">&#xA;</em></li><li class="l2"><span class="l0"> </span><span class="l1"> </span>return <em class="s2">e</em> + a;<em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span><em class="s2">}</em>;<em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span>let <em class="s1">a</em> = 0;<em class="line">&#xA;</em></li><li class="l1"><span class="l0"> </span>return <em class="s1">x</em>(5);<em class="line">&#xA;</em></li><li class="l0"><em class="s1">}</em><em class="line">&#xA;</em></li></ol></div>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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