Comparing version 2.0.3 to 2.0.4
@@ -126,2 +126,4 @@ "use strict"; | ||
this.skipWhitespace(); | ||
if (!this.hasNext()) { | ||
@@ -131,4 +133,2 @@ throw "Lexer error: reached end of stream"; | ||
this.skipWhitespace(); | ||
// Try to match each pattern in tokenPatterns to the remaining buffer | ||
@@ -135,0 +135,0 @@ var _iteratorNormalCompletion = true; |
{ | ||
"name": "evaluatex", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "An ASCII and LaTeX math parser and evaluator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0