math-expression-evaluator
Advanced tools
Comparing version 1.2.20 to 1.2.21
{ | ||
"name": "math-expression-evaluator", | ||
"version": "1.2.20", | ||
"version": "1.2.21", | ||
"description": "A flexible math expression evaluator", | ||
@@ -5,0 +5,0 @@ "main": "src/formula_evaluator.js", |
@@ -379,3 +379,2 @@ var Mexp = require('./math_function.js') | ||
str.push(closingParObj) | ||
console.log(str, inp) | ||
// console.log(str); | ||
@@ -382,0 +381,0 @@ return new Mexp(str) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65796
1663