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

@unified-latex/unified-latex-util-argspec

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.1 to 1.2.2

6

libs/argspec-types.d.ts

@@ -1,4 +0,4 @@

export declare type Ast = Node[] | Node;
export declare type Node = Optional | Mandatory | Verbatim | Body | Group | string;
declare type Optional = OptionalArg | OptionalStar | OptionalToken | Embellishment;
export type Ast = Node[] | Node;
export type Node = Optional | Mandatory | Verbatim | Body | Group | string;
type Optional = OptionalArg | OptionalStar | OptionalToken | Embellishment;
interface AstNode {

@@ -5,0 +5,0 @@ type: string;

{
"name": "@unified-latex/unified-latex-util-argspec",
"version": "1.2.1",
"version": "1.2.2",
"description": "Tools parsing a LaTeX argument specification in the xparse format",

@@ -8,3 +8,3 @@ "main": "index.js",

"dependencies": {
"@unified-latex/unified-latex-util-pegjs": "^1.2.1"
"@unified-latex/unified-latex-util-pegjs": "^1.2.2"
},

@@ -11,0 +11,0 @@ "repository": {

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