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.93.0 to 0.94.0

2

dist/types/commands.d.ts

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

/* 0.93.0 */ import type { Keys } from './types-utils';
/* 0.94.0 */ 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.93.0 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle';
/* 0.94.0 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle';
export type NormalizedMacroDictionary = Record<string, MacroDefinition>;

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

package: Record<string, string | MacroDefinition>;
expand?: boolean;
primitive?: boolean;
captureSelection?: boolean;

@@ -150,3 +150,2 @@ };

* A dimension is used to specify the size of things
*
*/

@@ -204,3 +203,3 @@ export type Dimension = {

export type MacroDictionary = Record<string, string | Partial<MacroDefinition> | MacroPackageDefinition>;
export type BoxCSSProperties = 'background-color' | 'border' | 'border-bottom' | 'border-color' | 'border-left' | 'border-radius' | 'border-right' | 'border-right-width' | 'border-top' | 'border-top-width' | 'box-sizing' | 'color' | 'display' | 'font-family' | 'left' | 'font-size' | 'height' | 'line-height' | 'margin' | 'margin-top' | 'margin-left' | 'margin-right' | 'opacity' | 'padding' | 'position' | 'top' | 'bottom' | 'vertical-align' | 'width' | 'z-index';
export type BoxCSSProperties = 'background-color' | 'border' | 'border-bottom' | 'border-color' | 'border-left' | 'border-radius' | 'border-right' | 'border-right-width' | 'border-top' | 'border-top-width' | 'box-sizing' | 'color' | 'display' | 'font-family' | 'left' | 'height' | 'line-height' | 'margin-top' | 'margin-left' | 'margin-right' | 'opacity' | 'padding' | 'padding-left' | 'padding-right' | 'position' | 'top' | 'bottom' | 'vertical-align' | 'width' | 'z-index';
export type MatrixEnvironment = 'matrix' | 'matrix*' | 'pmatrix' | 'pmatrix*' | 'bmatrix' | 'bmatrix*' | 'Bmatrix' | 'Bmatrix*' | 'vmatrix' | 'vmatrix*' | 'Vmatrix' | 'Vmatrix*';

@@ -207,0 +206,0 @@ export type CasesEnvironment = 'cases' | 'dcases' | 'rcases';

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

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

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

private _mathfield;
/** @internal */
private _slotValue;
/** @internal

@@ -666,0 +664,0 @@ * Supported by some browser: allows some (static) attributes to be set

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

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

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

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

/* 0.93.0 */ /**
/* 0.94.0 */ /**
* Server-side rendering exports.

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

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

/* 0.93.0 */ /**
/* 0.94.0 */ /**
*

@@ -14,4 +14,4 @@ * Use MathLive to render and edit mathematical formulas.

*
* @packageDocumentation MathLive SDK Reference 0.93.0
* @version 0.93.0
* @packageDocumentation MathLive SDK Reference 0.94.0
* @version 0.94.0
*

@@ -18,0 +18,0 @@ */

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

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

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

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

/* 0.93.0 */ /**
/* 0.94.0 */ /**
* @internal

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

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

/* 0.93.0 */ import type { Selector } from './commands';
/* 0.94.0 */ 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.93.0",
"version": "0.94.0",
"description": "A web component for math input",

@@ -135,4 +135,4 @@ "license": "MIT",

"@types/css-font-loading-module": "0.0.8",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.49.0",

@@ -139,0 +139,0 @@ "autoprefixer": "^10.4.13",

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