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

infix-postfix

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infix-postfix - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist/Operand.js

@@ -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 @@ }

2

dist/operators/Operator.d.ts
/// <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

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