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.50.6 to 0.50.7

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.50.7 (2020-05-11)
- **Fix #448**: Fix an issue where the "^" keyboard shortcut would not work.
## 0.50.6 (2020-05-11)

@@ -2,0 +6,0 @@

2

dist/commands.d.ts

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

/* v0.50.5-1-ga8f346d-dirty */ import { Keys } from './types-utils';
/* v0.50.6-2-gc0c6d53-dirty */ import { Keys } from './types-utils';
import { ParseMode } from './core';

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

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

/* v0.50.5-1-ga8f346d-dirty */ import { ParserErrorListener, MacroDictionary, ParseMode } from './core';
/* v0.50.6-2-gc0c6d53-dirty */ import { ParserErrorListener, MacroDictionary, ParseMode } from './core';
import { InlineShortcutDefinition } from './shortcuts';

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

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

/* v0.50.5-1-ga8f346d-dirty */ /**
/* v0.50.6-2-gc0c6d53-dirty */ /**
* The mode that indicates how a portion of content is interpreted

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

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

/* v0.50.5-1-ga8f346d-dirty */ import { Selector } from './commands';
/* v0.50.6-2-gc0c6d53-dirty */ import { Selector } from './commands';
import { MathfieldConfig } from './config';

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

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

/* v0.50.5-1-ga8f346d-dirty */ /**
/* v0.50.6-2-gc0c6d53-dirty */ /**
*

@@ -17,4 +17,4 @@ * Use MathLive to render and edit mathematical formulas in your browser.

*
* @packageDocumentation MathLive SDK Reference v0.50.5-1-ga8f346d-dirty
* @version v0.50.5-1-ga8f346d-dirty
* @packageDocumentation MathLive SDK Reference v0.50.6-2-gc0c6d53-dirty
* @version v0.50.6-2-gc0c6d53-dirty
*

@@ -38,3 +38,3 @@ */

*
* Current version: `v0.50.5-1-ga8f346d-dirty`
* Current version: `v0.50.6-2-gc0c6d53-dirty`
*

@@ -41,0 +41,0 @@ */

@@ -1,4 +0,4 @@

/* v0.50.5-1-ga8f346d-dirty */ import { Mathfield } from './mathfield';
/* v0.50.6-2-gc0c6d53-dirty */ import { Mathfield } from './mathfield';
export interface Model {
mathfield: Mathfield;
}

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

/* v0.50.5-1-ga8f346d-dirty */ import { ParseMode } from './core';
/* v0.50.6-2-gc0c6d53-dirty */ import { ParseMode } from './core';
/**

@@ -3,0 +3,0 @@ * An inline shortcut can be specified as a simple string or as

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

/* v0.50.5-1-ga8f346d-dirty */ /**
/* v0.50.6-2-gc0c6d53-dirty */ /**
* @internal

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

{
"name": "mathlive",
"version": "0.50.6",
"version": "0.50.7",
"description": "Render and edit beautifully typeset math",

@@ -18,3 +18,2 @@ "license": "MIT",

"clean": "rimraf build dist coverage",
"deploy-ci": "bash ./scripts/deploy-ci.sh",
"dist": "bash ./scripts/build.sh production",

@@ -24,3 +23,4 @@ "lint": "eslint --fix src/",

"test": "bash ./scripts/test.sh",
"version": "bash ./scripts/version.sh"
"version": "bash ./scripts/version.sh",
"postversion": "bash ./scripts/github-release.sh"
},

@@ -27,0 +27,0 @@ "main": "./dist/mathlive.js",

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 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc