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

@paperist/remark-latex

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperist/remark-latex - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

0

lib/attacher.d.ts
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";

2

package.json

@@ -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

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