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

@unified-latex/unified-latex-util-arguments

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.8.1 to 1.8.2

3

index.js

@@ -67,2 +67,5 @@ import { arg } from "@unified-latex/unified-latex-builder";

}
// NOTE: Fallthrough is on purpose.
// Matching a mandatory argument and an optional argument is the same for our purposes
// because we're not going to fail to parse because of a missing argument.
case "optional":

@@ -69,0 +72,0 @@ if (acceptGroup && match.group(currNode)) {

8

package.json
{
"name": "@unified-latex/unified-latex-util-arguments",
"version": "1.8.1",
"version": "1.8.2",
"description": "Tools for manipulating unified-latex ASTs",

@@ -10,7 +10,7 @@ "main": "index.js",

"@unified-latex/unified-latex-types": "^1.8.0",
"@unified-latex/unified-latex-util-argspec": "^1.8.1",
"@unified-latex/unified-latex-util-argspec": "^1.8.2",
"@unified-latex/unified-latex-util-match": "^1.8.0",
"@unified-latex/unified-latex-util-render-info": "^1.8.0",
"@unified-latex/unified-latex-util-render-info": "^1.8.2",
"@unified-latex/unified-latex-util-scan": "^1.8.0",
"@unified-latex/unified-latex-util-visit": "^1.8.0",
"@unified-latex/unified-latex-util-visit": "^1.8.2",
"unified": "^10.1.2"

@@ -17,0 +17,0 @@ },

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