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

mathlifier

Package Overview
Dependencies
Maintainers
1
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
1.3.4

LICENSE

120

package.json
{
"name": "mathlifier",
"version": "1.3.3",
"description": "A KaTeX renderToString wrapper",
"source": "src/index.ts",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "tsup",
"prepublishOnly": "pnpm test && pnpm lint",
"preversion": "pnpm lint",
"version": "pnpm format",
"postversion": "git add . && git commit -m 'new version' && git push --tags",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --ignore-path ../../.gitignore",
"test": "uvu -r tsm src/__tests__",
"test:coverage": "c8 --include=src pnpm test",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelvinsjk/mathlified.git",
"directory": "packages/mathlifier"
},
"keywords": [
"math",
"maths",
"mathematics",
"LaTeX",
"KaTeX",
"mathlify",
"mathlifier",
"mathlified"
],
"author": "Kelvin Soh",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelvinsjk/mathlified/issues"
},
"homepage": "https://github.com/kelvinsjk/mathlified/blob/fce2b0eb417397719e1fe641912e7c5e59676289/packages/mathlifier/README.md",
"devDependencies": {
"@types/katex": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"c8": "^7.12.0",
"eslint": "^8.32.0",
"prettier": "^2.8.3",
"tslib": "^2.4.1",
"tsm": "^2.3.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"uvu": "^0.5.6"
},
"dependencies": {
"katex": "^0.16.4"
}
}
"name": "mathlifier",
"version": "1.3.4",
"description": "A KaTeX renderToString wrapper",
"source": "src/index.ts",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kelvinsjk/mathlified.git",
"directory": "packages/mathlifier"
},
"keywords": [
"math",
"maths",
"mathematics",
"LaTeX",
"KaTeX",
"mathlify",
"mathlifier",
"mathlified"
],
"author": "Kelvin Soh",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelvinsjk/mathlified/issues"
},
"homepage": "https://github.com/kelvinsjk/mathlified/blob/fce2b0eb417397719e1fe641912e7c5e59676289/packages/mathlifier/README.md",
"devDependencies": {
"@types/katex": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"c8": "^7.12.0",
"eslint": "^8.32.0",
"prettier": "^2.8.3",
"tslib": "^2.4.1",
"tsm": "^2.3.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"uvu": "^0.5.6"
},
"dependencies": {
"katex": "^0.16.4"
},
"scripts": {
"preversion": "pnpm lint",
"version": "pnpm format",
"postversion": "git add . && git commit -m 'new version' && git push --tags",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --ignore-path ../../.gitignore",
"test": "uvu -r tsm src/__tests__",
"test:coverage": "c8 --include=src pnpm test",
"build": "tsup"
}
}