@paperist/remark-latex
Advanced tools
Comparing version 1.1.0 to 2.0.0
import { LaTeXCompilerOptions } from './LaTeXCompiler'; | ||
export default function attacher(this: any, options: LaTeXCompilerOptions): void; |
@@ -0,0 +0,0 @@ "use strict"; |
import { UNIST } from 'unist'; | ||
import { MDAST } from 'mdast'; | ||
export default function crossReference(node: MDAST.CrossReference): UNIST.Node; |
@@ -0,0 +0,0 @@ "use strict"; |
import { UNIST } from 'unist'; | ||
export default function escape(node: UNIST.Text): UNIST.Node; |
@@ -0,0 +0,0 @@ "use strict"; |
import { MDAST } from 'mdast'; | ||
import LaTeXCompiler from '../../LaTeXCompiler'; | ||
export default function footnote(this: LaTeXCompiler, node: MDAST.Footnote): MDAST.FootnoteReference; |
@@ -0,0 +0,0 @@ "use strict"; |
import { MDAST } from 'mdast'; | ||
import LaTeXCompiler from '../../LaTeXCompiler'; | ||
export default function footnoteReference(this: LaTeXCompiler, node: MDAST.FootnoteReference): MDAST.FootnoteReference; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UNIST } from 'unist'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { UNIST } from 'unist'; | ||
export default function ignore(): UNIST.Node; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UNIST } from 'unist'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UNIST } from 'unist'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { UNIST } from 'unist'; | ||
import { MDAST } from 'mdast'; | ||
export default function inlineCode(node: MDAST.InlineCode): UNIST.Node; |
@@ -0,0 +0,0 @@ "use strict"; |
import { UNIST } from 'unist'; | ||
import LaTeXCompiler from '../../LaTeXCompiler'; | ||
export default function join(this: LaTeXCompiler, node: UNIST.Parent): UNIST.Node; |
@@ -0,0 +0,0 @@ "use strict"; |
import { UNIST } from 'unist'; | ||
import LaTeXCompiler from '../../LaTeXCompiler'; | ||
export default function joinWithLineBreak(this: LaTeXCompiler, node: UNIST.Parent): UNIST.Node; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { MDAST } from 'mdast'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UNIST } from 'unist'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UNIST } from 'unist'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UNIST } from 'unist'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const settings: { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Converters } from '../converters'; |
@@ -0,0 +0,0 @@ "use strict"; |
export default function searchFile(relativePath: string | null, cwd?: string): string | null; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"main": "lib/index.js", | ||
@@ -8,0 +8,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31402
1