New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

algebra-latex

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algebra-latex - npm Package Compare versions

Comparing version

to
2.0.3

9

lib/Parser.js

@@ -331,10 +331,4 @@ 'use strict';

var lhs = void 0;
var lhs = this.operator_divide();
if (this.peek().type == 'bracket') {
lhs = this.group();
} else {
lhs = this.operator_divide();
}
var op = this.peek();

@@ -472,2 +466,3 @@

value: function subscript() {
// subscript : number ( SUBSCRIPT subscript )?
var base_num = this.number();

@@ -474,0 +469,0 @@

{
"name": "algebra-latex",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rm -rf ./lib && babel src -d lib",