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.53.0 to 0.53.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 0.53.1 (2020-06-01)
### Bug Fixes
- In the virtual keyboard, use `\scriptstyle` to display small symbols
- Better vertical alignment of extensible arrows
- Don't display a double caret after a `\leftright`
## 0.53.0 (2020-05-31)

@@ -2,0 +10,0 @@

2

dist/commands.d.ts

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

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

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

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

/* 0.53.0 */ import { ErrorListener, MacroDictionary, ParseMode } from './core';
/* 0.53.1 */ import { ErrorListener, MacroDictionary, ParseMode } from './core';
import type { Mathfield } from './mathfield';

@@ -3,0 +3,0 @@ import type { Selector } from './commands';

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

/* 0.53.0 */ /**
/* 0.53.1 */ /**
* The mode that indicates how a portion of content is interpreted

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

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

/* 0.53.0 */ import { Selector } from './commands';
/* 0.53.1 */ import { Selector } from './commands';
import { MathfieldConfig } from './config';

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

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

/* 0.53.0 */ /**
/* 0.53.1 */ /**
*

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

*
* @packageDocumentation MathLive SDK Reference 0.53.0
* @version 0.53.0
* @packageDocumentation MathLive SDK Reference 0.53.1
* @version 0.53.1
*

@@ -27,3 +27,3 @@ */

/**
* Current version: `0.53.0`
* Current version: `0.53.1`
*

@@ -30,0 +30,0 @@ * The version string of the SDK using the [semver](https://semver.org/) convention:

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

/* 0.53.0 */ /**
/* 0.53.1 */ /**
* @internal

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

{
"name": "mathlive",
"version": "0.53.0",
"version": "0.53.1",
"description": "Render and edit beautifully typeset math",

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

"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/typescript-estree": "latest",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@typescript-eslint/typescript-estree": "^3.0.2",
"autoprefixer": "^9.8.0",

@@ -105,3 +105,3 @@ "check-node-version": "^4.0.3",

"jest-silent-reporter": "^0.2.1",
"less": "^3.11.1",
"less": "^3.11.2",
"lint-staged": "^10.2.7",

@@ -108,0 +108,0 @@ "postcss-cli": "^7.1.1",

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 not supported yet

Sorry, the diff of this file is not supported yet

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

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