Socket
Socket
Sign inDemoInstall

mathlive

Package Overview
Dependencies
0
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.90.6 to 0.90.7

2

dist/public/commands.d.ts

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

/* 0.90.6 */ import type { Keys } from './types-utils';
/* 0.90.7 */ import type { Keys } from './types-utils';
import type { ParseMode, Style } from './core-types';

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

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

/* 0.90.6 */ import { TokenDefinition } from '../core-definitions/definitions-utils';
/* 0.90.7 */ import { TokenDefinition } from '../core-definitions/definitions-utils';
export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle';

@@ -3,0 +3,0 @@ export type NormalizedMacroDictionary = Record<string, MacroDefinition>;

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

/* 0.90.6 */ declare module '@cortex-js/compute-engine';
/* 0.90.7 */ declare module '@cortex-js/compute-engine';
import { Selector } from './commands';

@@ -368,2 +368,3 @@ import type { LatexSyntaxError, MacroDictionary, ParseMode, Registers, Style } from './core-types';

export declare class MathfieldElement extends HTMLElement implements Mathfield {
static version: string;
static get formAssociated(): boolean;

@@ -708,2 +709,4 @@ /**

get errors(): LatexSyntaxError[];
/** @internal */
private _getOptions;
/**

@@ -721,2 +724,6 @@ * @category Options

private getOption;
/** @internal */
private _getOption;
/** @internal */
private _setOptions;
/**

@@ -723,0 +730,0 @@ * @category Options

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

/* 0.90.6 */ import type { ParseMode, Style } from 'public/core-types';
/* 0.90.7 */ import type { ParseMode, Style } from 'public/core-types';
import { Selector } from './commands';

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

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

/* 0.90.6 */ /**
/* 0.90.7 */ /**
* Server-side rendering exports.

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

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

/* 0.90.6 */ /**
/* 0.90.7 */ /**
*

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

*
* @packageDocumentation MathLive SDK Reference 0.90.6
* @version 0.90.6
* @packageDocumentation MathLive SDK Reference 0.90.7
* @version 0.90.7
*

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

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

/* 0.90.6 */ import type { Mathfield, Range } from './mathfield';
/* 0.90.7 */ 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.90.6 */ /**
/* 0.90.7 */ /**
* @internal

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

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

/* 0.90.6 */ import { Selector } from 'mathlive';
/* 0.90.7 */ import { Selector } from 'mathlive';
import type { VirtualKeyboardOptions, AlphabeticKeyboardLayout, VirtualKeyboardLayer, LayoutDefinition, ActionToolbarOptions } from './virtual-keyboard';

@@ -3,0 +3,0 @@ export interface MathfieldProxy {

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

/* 0.90.6 */ import { Selector } from 'public/commands';
/* 0.90.7 */ import { Selector } from 'public/commands';
import { OriginValidator } from 'public/options';

@@ -3,0 +3,0 @@ export type AlphabeticKeyboardLayout = 'auto' | 'qwerty' | 'azerty' | 'qwertz' | 'dvorak' | 'colemak';

{
"name": "mathlive",
"version": "0.90.6",
"version": "0.90.7",
"description": "A web component for math input",

@@ -87,3 +87,4 @@ "license": "MIT",

"Pablo Androetto (https://github.com/androettop)",
"James Mullen (https://github.com/wildyellowfin)"
"James Mullen (https://github.com/wildyellowfin)",
"Michael Greminger (https://github.com/mgreminger)"
],

@@ -90,0 +91,0 @@ "browserslist": [

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc