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

6

package.json
{
"name": "mathlifier",
"version": "1.3.2",
"version": "1.3.3",
"description": "A KaTeX renderToString wrapper",

@@ -17,4 +17,4 @@ "source": "src/index.ts",

"preversion": "pnpm lint",
"version": "pnpm format && git add -A src",
"postversion": "git push && git push --tags",
"version": "pnpm format",
"postversion": "git add . && git commit -m 'new version' && git push --tags",
"format": "prettier --write \"src/**/*.ts\"",

@@ -21,0 +21,0 @@ "lint": "eslint --ignore-path ../../.gitignore",