infix-postfix
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -41,4 +41,2 @@ "use strict"; | ||
[util_1.inspect.custom](depth, options) { | ||
// console.log(options.stylize.toString()) | ||
// console.log(inspect.styles) | ||
return options.stylize(`${this.value}`, "special"); | ||
@@ -45,0 +43,0 @@ } |
/// <reference types="node" /> | ||
import { inspect } from "util"; | ||
export declare type OperatorSymbol = "+" | "-" | "−" | "*" | "/" | "^" | ")" | "(" | "&"; | ||
export declare type OperatorSymbol = "+" | "-" | "−" | "*" | "/" | "^" | ")" | "("; | ||
export declare type InputOperatorSymbol = "+" | "-" | "*" | "/" | "^" | ")" | "("; | ||
@@ -5,0 +5,0 @@ export default abstract class Operator { |
@@ -6,4 +6,2 @@ "use strict"; | ||
[util_1.inspect.custom](depth, options) { | ||
// console.log(options.stylize.toString()) | ||
// console.log(inspect.styles) | ||
return options.stylize(`${this.symbol}`, "special"); | ||
@@ -10,0 +8,0 @@ } |
{ | ||
"name": "infix-postfix", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "infix to postfix converter", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
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
54920
808
1