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

@dicy/types

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicy/types - npm Package Compare versions

Comparing version 0.12.0-pre.0 to 0.12.0

2

package.json
{
"name": "@dicy/types",
"version": "0.12.0-pre.0",
"version": "0.12.0",
"description": "Shared types for DiCy.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,2 +15,12 @@ # @dicy/types

- Bibliographies — Biber, BibTeX, BibTeX8, BibTeXu, pBibTeX, upBibTeX
- Graphics Creation — Asymptote, MetaPost
- Image/File Conversion — dvipdfm, dvipdfmx, dvips, dvisvgm, epstopdf, pdf2ps,
ps2pdf
- Indexing/Glossaries — bib2gls, makeglossaries, makeindex, mendex,
splitindex, texindy, upmendex
- LaTeX Engines — LaTeX, LuaLaTeX, pdfLaTeX, pLaTeX, upLaTeX, XeLaTeX
- Literate Programming/Reproducible Research — Agda, knitr, lhs2TeX,
patchSynctex, PythonTeX, Pweave, SageTeX
More information, including installation and API documentation is available at

@@ -17,0 +27,0 @@ the [DiCy][] website.

export declare type Uri = string;
export declare type Command = 'build' | 'clean' | 'graph' | 'load' | 'log' | 'save' | 'scrub';
export declare type Command = 'build' | 'clean' | 'graph' | 'load' | 'log' | 'save' | 'scrub' | 'test';
export interface LineRange {

@@ -28,3 +28,2 @@ start: number;

aliases?: string[];
commands?: string[];
noInvalidate?: boolean;

@@ -59,3 +58,2 @@ }

bibtexEngine: BibtexEngine;
check?: string[];
cleanPatterns: string[];

@@ -106,2 +104,3 @@ copyTargetsToRoot: boolean;

synctex: boolean;
tests?: string[];
validateCache: boolean;

@@ -108,0 +107,0 @@ }

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