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

@unified-latex/unified-latex-prettier

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unified-latex/unified-latex-prettier - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

libs/printer/common.d.ts

@@ -37,7 +37,7 @@ import { builders } from "prettier/doc";

*/
export declare function joinWithSoftline(arr: any[]): any[];
export declare function joinWithSoftline(arr: Doc[]): import("prettier").doc.builders.Doc[];
export declare function getNodeInfo(node: any, options: PrettierTypes.Options & {
referenceMap?: ReferenceMap;
}): {
renderInfo: any;
renderInfo: Record<string, any>;
renderCache?: object;

@@ -49,3 +49,3 @@ previousNode?: Ast.Node;

export declare const ESCAPE = "\\";
export declare const concat: typeof builders.concat, group: typeof builders.group, fill: typeof builders.fill, ifBreak: typeof builders.ifBreak, line: builders.Line, softline: builders.Softline, hardline: builders.Concat, lineSuffix: typeof builders.lineSuffix, lineSuffixBoundary: builders.LineSuffixBoundary, breakParent: builders.BreakParent, indent: typeof builders.indent, markAsRoot: typeof builders.markAsRoot, join: typeof builders.join;
export declare const group: typeof builders.group, fill: typeof builders.fill, ifBreak: typeof builders.ifBreak, line: builders.Line, softline: builders.Softline, hardline: builders.Concat, lineSuffix: typeof builders.lineSuffix, lineSuffixBoundary: builders.LineSuffixBoundary, breakParent: builders.BreakParent, indent: typeof builders.indent, markAsRoot: typeof builders.markAsRoot, join: typeof builders.join;
/**

@@ -52,0 +52,0 @@ * Given an array of nodes and the corresponding printed versions, prepares

{
"name": "@unified-latex/unified-latex-prettier",
"version": "1.0.7",
"version": "1.0.8",
"description": "Prettier plugin for processing LaTeX code via unified-latex",

@@ -9,9 +9,9 @@ "main": "index.js",

"@unified-latex/unified-latex-types": "^1.0.7",
"@unified-latex/unified-latex-util-align": "^1.0.7",
"@unified-latex/unified-latex-util-match": "^1.0.7",
"@unified-latex/unified-latex-util-parse": "^1.0.7",
"@unified-latex/unified-latex-util-pgfkeys": "^1.0.7",
"@unified-latex/unified-latex-util-print-raw": "^1.0.7",
"@unified-latex/unified-latex-util-trim": "^1.0.7",
"@unified-latex/unified-latex-util-visit": "^1.0.7",
"@unified-latex/unified-latex-util-align": "^1.0.8",
"@unified-latex/unified-latex-util-match": "^1.0.8",
"@unified-latex/unified-latex-util-parse": "^1.0.8",
"@unified-latex/unified-latex-util-pgfkeys": "^1.0.8",
"@unified-latex/unified-latex-util-print-raw": "^1.0.8",
"@unified-latex/unified-latex-util-trim": "^1.0.8",
"@unified-latex/unified-latex-util-visit": "^1.0.8",
"prettier": "^2.6.2",

@@ -18,0 +18,0 @@ "unified": "^10.1.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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