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

evaluatex

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

evaluatex - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

4

dist/lexer.js

@@ -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",

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