Comparing version 0.1.9 to 0.2.0
@@ -25,2 +25,4 @@ "use strict"; | ||
return left_node !== right_node; | ||
case '!=': | ||
return left_node != right_node; | ||
case '>': | ||
@@ -27,0 +29,0 @@ return left_node > right_node; |
{ | ||
"name": "jintr", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "A tiny JavaScript interpreter written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
37544
969