Socket
Socket
Sign inDemoInstall

mathlive

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathlive - npm Package Compare versions

Comparing version 0.82.0 to 0.83.0

10

dist/public/commands.d.ts

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

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

@@ -122,2 +122,10 @@ import type { InsertOptions, Mathfield, Model, VirtualKeyboardInterface } from './mathfield';

/**
* @category Array
*/
removeRow: (model: Model) => boolean;
/**
* @category Array
*/
removeColumn: (model: Model) => boolean;
/**
* @category Deleting

@@ -124,0 +132,0 @@ */

2

dist/public/core.d.ts

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

/* 0.82.0 */ /**
/* 0.83.0 */ /**
* The mode that indicates how a portion of content is interpreted

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

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

/* 0.82.0 */ import { Selector } from './commands';
/* 0.83.0 */ import { Selector } from './commands';
import { LatexSyntaxError, ParseMode, Style } from './core';

@@ -3,0 +3,0 @@ import { Mathfield, InsertOptions, OutputFormat, Offset, Range, Selection } from './mathfield';

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

/* 0.82.0 */ import { Selector } from './commands';
/* 0.83.0 */ import { Selector } from './commands';
import { CombinedVirtualKeyboardOptions, MathfieldOptions } from './options';

@@ -3,0 +3,0 @@ import { ParseMode, Style } from './core';

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

/* 0.82.0 */ /**
/* 0.83.0 */ /**
*

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

*
* @packageDocumentation MathLive SDK Reference 0.82.0
* @version 0.82.0
* @packageDocumentation MathLive SDK Reference 0.83.0
* @version 0.83.0
*

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

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

/* 0.82.0 */ import { MacroDictionary, ParseMode, Registers } from './core';
/* 0.83.0 */ import { MacroDictionary, ParseMode, Registers } from './core';
import type { Mathfield, Range } from './mathfield';

@@ -3,0 +3,0 @@ import { VirtualKeyboardMode } from './mathfield-element';

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

/* 0.82.0 */ /**
/* 0.83.0 */ /**
* @internal

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

{
"name": "mathlive",
"version": "0.82.0",
"version": "0.83.0",
"description": "Render and edit beautifully typeset math",

@@ -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 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc