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

mathlifier

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathlifier - npm Package Compare versions

Comparing version

to
2.0.2

24

dist/mathlifier.d.ts

@@ -7,2 +7,26 @@ import { HTMLRenderer } from '@djot/djot';

export declare function align(x: string, options?: Options): string;
export declare function alignat(x: string, pairs: number, options?: Options): string;
export declare function alignatStar(x: string, pairs: number, options?: Options): string;
export declare function alignStar(x: string, options?: Options): string;
export declare function display(x: string, options?: Options): string;
export declare const eqn: typeof equation;
export declare const eqnStar: typeof equationStar;
export declare function equation(x: string, options?: Options): string;
export declare function equationStar(x: string, options?: Options): string;
export declare function gather(x: string, options?: Options): string;
export declare function gatherStar(x: string, options?: Options): string;
export declare function math(x: string, options?: Options): string;
/**

@@ -9,0 +33,0 @@ * generates html markup, with the main text interpreted as djot markup,

8

package.json
{
"name": "mathlifier",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"files": [
"dist"
],
"main": "./dist/mathlifier.umd.cjs",
"module": "./dist/mathlifier.js",
"types": "./dist/mathlifier.d.ts",
"files": [
"dist"
],
"exports": {

@@ -12,0 +12,0 @@ ".": {

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

Sorry, the diff of this file is not supported yet