Socket
Socket
Sign inDemoInstall

mathlive

Package Overview
Dependencies
3
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.98.5 to 0.98.6

2

dist/types/commands.d.ts

@@ -1,2 +0,2 @@

/* 0.98.5 */ import type { Keys } from './types-utils';
/* 0.98.6 */ import type { Keys } from './types-utils';
import type { ParseMode, Style, TabularEnvironment } from './core-types';

@@ -3,0 +3,0 @@ import type { InsertOptions, Mathfield, Model } from './mathfield';

@@ -1,2 +0,2 @@

/* 0.98.5 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle';
/* 0.98.6 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle';
export type NormalizedMacroDictionary = Record<string, MacroDefinition>;

@@ -213,4 +213,4 @@ export type ArgumentType = ParseMode | ('bbox' | 'colspec' | 'delim' | 'value' | 'rest' | 'string' | 'balanced-string' | 'expression' | 'auto');

export type CasesEnvironment = 'cases' | 'dcases' | 'rcases';
export type TabularEnvironment = 'array' | 'equation' | 'equation*' | 'subequations' | 'multline' | 'align' | 'align*' | 'aligned' | 'eqnarray' | 'split' | 'gather' | 'gathered' | 'lines' | 'multline' | 'multline*' | 'cases' | 'dcases' | 'rcases' | 'smallmatrix' | 'smallmatrix*' | CasesEnvironment | MatrixEnvironment;
export type AlignEnvironment = 'align' | 'align*' | 'aligned' | 'gather' | 'gathered' | 'split' | 'multline';
export type TabularEnvironment = 'array' | 'equation' | 'equation*' | 'subequations' | 'multline' | 'align' | 'align*' | 'aligned' | 'eqnarray' | 'split' | 'gather' | 'gather*' | 'gathered' | 'lines' | 'multline' | 'multline*' | 'cases' | 'dcases' | 'rcases' | 'smallmatrix' | 'smallmatrix*' | CasesEnvironment | MatrixEnvironment;
export type AlignEnvironment = 'align' | 'align*' | 'aligned' | 'gather' | 'gather*' | 'gathered' | 'split' | 'multline';
export type Environment = 'math' | 'displaymath' | 'center' | TabularEnvironment;

@@ -1,2 +0,2 @@

/* 0.98.5 */ import type { Selector } from './commands';
/* 0.98.6 */ import type { Selector } from './commands';
import type { LatexSyntaxError, MacroDictionary, ParseMode, Registers, Style } from './core-types';

@@ -695,2 +695,4 @@ import type { InsertOptions, OutputFormat, Offset, Range, Selection, Mathfield } from './mathfield';

/** @internal */
private _observer;
/** @internal */
private _style;

@@ -697,0 +699,0 @@ /**

@@ -1,2 +0,2 @@

/* 0.98.5 */ import type { Selector } from './commands';
/* 0.98.6 */ import type { Selector } from './commands';
import type { ParseMode, Style } from './core-types';

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

/* 0.98.5 */ /**
/* 0.98.6 */ /**
* Server-side rendering exports.

@@ -3,0 +3,0 @@ *

@@ -1,2 +0,2 @@

/* 0.98.5 */ /**
/* 0.98.6 */ /**
*

@@ -23,3 +23,3 @@ * Importing this package in a web page will make the `<math-field>` custom

* @packageDocumentation MathLive SDK Reference
* @version 0.98.5
* @version 0.98.6
*

@@ -26,0 +26,0 @@ */

@@ -1,2 +0,2 @@

/* 0.98.5 */ import type { Mathfield, Range } from './mathfield';
/* 0.98.6 */ import type { Mathfield, Range } from './mathfield';
import type { Selector } from './commands';

@@ -547,5 +547,5 @@ import type { ParseMode, MacroDictionary, Registers } from './core-types';

export type StaticRenderOptions = {
/** An array of tag names whose content will
* not be scanned for delimiters (unless their class matches the `processClass`
* pattern below.
/**
* An array of tag names whose content will not be scanned for delimiters
* (unless their class matches the `processClass` pattern below).
*

@@ -556,4 +556,4 @@ * **Default:** `['math-field', 'noscript', 'style', 'textarea', 'pre', 'code', 'annotation', 'annotation-xml']`

/**
* A string used as a regular expression of class names of elements whose content will not be
* scanned for delimiter
* A string used as a regular expression of class names of elements whose
* content will not be scanned for delimiter
*

@@ -564,6 +564,5 @@ * **Default**: `"tex2jax_ignore"`

/**
* A string used as a
* regular expression of class names of elements whose content **will** be
* scanned for delimiters, even if their tag name or parent class name would
* have prevented them from doing so.
* A string used as a regular expression of class names of elements whose
* content **will** be scanned for delimiters, even if their tag name or
* parent class name would have prevented them from doing so.
*

@@ -586,4 +585,3 @@ * **Default**: `"tex2jax_process"`

processMathJSONScriptType?: string;
/** The format(s) in
* which to render the math for screen readers:
/** The format(s) in which to render the math for screen readers:
* - `"mathml"` MathML

@@ -613,4 +611,4 @@ * - `"speakable-text"` Spoken representation

/**
* If true, math expression that start with `\begin{` will automatically be
* rendered.
* If true, math expression that start with `\begin{`
* will automatically be rendered.
*

@@ -631,3 +629,7 @@ * **Default**: true.

};
className?: {
display?: string;
inline?: string;
};
};
};

@@ -1,2 +0,2 @@

/* 0.98.5 */ /**
/* 0.98.6 */ /**
* @internal

@@ -3,0 +3,0 @@ */

@@ -1,2 +0,2 @@

/* 0.98.5 */ export type KeyboardModifiers = {
/* 0.98.6 */ export type KeyboardModifiers = {
alt: boolean;

@@ -3,0 +3,0 @@ control: boolean;

@@ -1,2 +0,2 @@

/* 0.98.5 */ import type { KeyboardModifiers } from './ui-events-types';
/* 0.98.6 */ import type { KeyboardModifiers } from './ui-events-types';
/**

@@ -3,0 +3,0 @@ * The type of a menu item:

@@ -1,2 +0,2 @@

/* 0.98.5 */ import type { Selector } from './commands';
/* 0.98.6 */ import type { Selector } from './commands';
import type { ParseMode, Style } from './core-types';

@@ -3,0 +3,0 @@ import type { OriginValidator } from './options';

{
"name": "mathlive",
"version": "0.98.5",
"version": "0.98.6",
"description": "A web component for math input",

@@ -5,0 +5,0 @@ "license": "MIT",

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 too big to display

Sorry, the diff of this file is too big to display

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc