Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@unified-latex/unified-latex-builder

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-builder - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

10

libs/builders.d.ts
import type * as Ast from "@unified-latex/unified-latex-types";
declare type CoercibleNode = string | Ast.Node;
declare type CoercibleArgument = null | CoercibleNode | Ast.Argument;
declare type MacroSpecialOptions = {
type CoercibleNode = string | Ast.Node;
type CoercibleArgument = null | CoercibleNode | Ast.Argument;
type MacroSpecialOptions = {
escapeToken?: string;
};
declare type ArgumentsSpecialOptions = {
type ArgumentsSpecialOptions = {
braces?: string;

@@ -12,3 +12,3 @@ defaultOpenMark?: string;

};
declare type ArgumentSpecialOptions = {
type ArgumentSpecialOptions = {
braces?: string;

@@ -15,0 +15,0 @@ openMark?: string;

{
"name": "@unified-latex/unified-latex-builder",
"version": "1.2.1",
"version": "1.2.2",
"description": "Tools for constructing unified-latex ASTs",

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

"dependencies": {
"@unified-latex/unified-latex-types": "^1.2.1"
"@unified-latex/unified-latex-types": "^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