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

@unified-latex/unified-latex-util-split

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unified-latex/unified-latex-util-split - npm Package Compare versions

Comparing version 1.0.1 to 1.0.5

8

package.json
{
"name": "@unified-latex/unified-latex-util-split",
"version": "1.0.1",
"version": "1.0.5",
"description": "Functions for modifying a unified-latex AST",

@@ -8,4 +8,4 @@ "main": "dist/index.js",

"dependencies": {
"@unified-latex/unified-latex-types": "*",
"@unified-latex/unified-latex-util-match": "*"
"@unified-latex/unified-latex-types": "^1.0.5",
"@unified-latex/unified-latex-util-match": "^1.0.5"
},

@@ -32,3 +32,3 @@ "files": [

"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json & node build.js",
"compile": "tsc -b tsconfig.json & node build.js & wait",
"test": "jest"

@@ -35,0 +35,0 @@ },

@@ -16,2 +16,11 @@ <!-- DO NOT MODIFY -->

## Install
```bash
npm install @unified-latex/unified-latex-util-split
```
This package contains both esm and commonjs exports. To explicitly access the esm export,
import the `.js` file. To explicitly access the commonjs export, import the `.cjs` file.
# Functions

@@ -18,0 +27,0 @@

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