New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nagwa-limited/mathlive

Package Overview
Dependencies
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nagwa-limited/mathlive - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1-test1

18

dist/types/commands.d.ts

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

/* 3.1.0 */ import type { Keys } from './types-utils';
/* 3.1.1-test1 */ import type { Keys } from './types-utils';
import type { ParseMode, Style, TabularEnvironment } from './core-types';

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

*/
moveToLineStart: (model: Model) => boolean;
/**
* @category Selection
*/
moveToLineEnd: (model: Model) => boolean;
/**
* @category Selection
*/
moveToMathfieldStart: (model: Model) => boolean;

@@ -305,2 +313,10 @@ /**

*/
extendToLineStart: (model: Model) => boolean;
/**
* @category Selection
*/
extendToLineEnd: (model: Model) => boolean;
/**
* @category Selection
*/
extendToMathFieldStart: (model: Model) => boolean;

@@ -307,0 +323,0 @@ /**

2

dist/types/core-types.d.ts

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

/* 3.1.0 */ export type Direction = 'rtl' | 'ltr';
/* 3.1.1-test1 */ export type Direction = 'rtl' | 'ltr';
export type XMovementDirection = 'forward' | 'backward';

@@ -3,0 +3,0 @@ export type YMovementDirection = 'upward' | 'downward';

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

/* 3.1.0 */ import type { Selector } from './commands';
/* 3.1.1-test1 */ import type { Selector } from './commands';
import type { LatexSyntaxError, MacroDictionary, MovementDirection, ParseMode, Registers, Style, XMovementDirection } from './core-types';

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

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

/* 3.1.0 */ import type { ParseMode, Style, XMovementDirection } from './core-types';
/* 3.1.1-test1 */ import type { ParseMode, Style, XMovementDirection } from './core-types';
import { Selector } from './commands';

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

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

/* 3.1.0 */ /**
/* 3.1.1-test1 */ /**
* Server-side rendering exports.

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

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

/* 3.1.0 */ /**
/* 3.1.1-test1 */ /**
*

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

*
* @packageDocumentation MathLive SDK Reference 3.1.0
* @version 3.1.0
* @packageDocumentation MathLive SDK Reference 3.1.1-test1
* @version 3.1.1-test1
*

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

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

/* 3.1.0 */ import type { Mathfield, Range } from './mathfield';
/* 3.1.1-test1 */ import type { Mathfield, Range } from './mathfield';
import type { Selector } from './commands';
import type { ParseMode, MacroDictionary, Registers } from './core-types';
import type { ParseMode, MacroDictionary, Registers, Direction } from './core-types';
/**

@@ -121,2 +121,3 @@ * Specify behavior for origin validation.

ifPlatform?: 'macos' | '!macos' | 'windows' | '!windows' | 'linux' | '!linux' | 'ios' | '!ios' | 'android' | '!android' | 'chromeos' | '!chromeos';
ifDirection?: Direction;
ifLayout?: string[];

@@ -123,0 +124,0 @@ };

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

/* 3.1.0 */ /**
/* 3.1.1-test1 */ /**
* @internal

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

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

/* 3.1.0 */ import type { Selector } from './commands';
/* 3.1.1-test1 */ import type { Selector } from './commands';
import type { ParseMode, Style } from './core-types';

@@ -3,0 +3,0 @@ import type { OriginValidator } from './options';

{
"name": "@nagwa-limited/mathlive",
"version": "3.1.0",
"version": "3.1.1-test1",
"private": false,

@@ -55,2 +55,3 @@ "description": "A web component for math input",

"lint": "eslint --fix src/; prettier -w src/",
"prepublishOnly": "npm run dist",
"start": "bash ./scripts/start.sh",

@@ -103,2 +104,3 @@ "test": "bash ./scripts/test.sh",

"autoprefixer": "^10.4.13",
"check-node-version": "^4.2.1",
"cssnano": "^5.1.14",

@@ -105,0 +107,0 @@ "esbuild": "^0.17.5",

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc