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 Versions

0.15.2

Diff

Changelog

Source

[v0.15.2][] - 2018-12-27

Fixed

  • Prevent errors when non-existent files are rehashed.
yitzchak
published 0.15.0 •

Changelog

Source

[v0.15.0][] - 2018-11-07

Added

  • Support for metys weaver.
yitzchak
published 0.14.0 •

Changelog

Source

[v0.14.0][] - 2018-10-22

Changed

  • LaTeX file identification now permits TeX and LaTeX commands to appear before documentclass command. Fixes [#142][].
yitzchak
published 0.13.0 •

Changelog

Source

[v0.13.0][] - 2018-03-13

Changed

  • LaTeX engine setting is now an enumeration versus a free form text value.
  • User configuration is now stored in platform specific manner which conforms to established norms for each platform as detailed below. Suggested and reviewed by [@yudai-nkt][]. Resolves [#138][].
    • MacOS - $XDG_CONFIG_HOME/dicy/config.yaml or $HOME/Library/Application Support/dicy/config.yaml
    • Windows - $XDG_CONFIG_HOME\dicy\config.yaml, %APPDATA%\dicy\config.yaml or %USERPROFILE%\AppData\Roaming\dicy\config.yaml
    • Linux, BSD and all others - $XDG_CONFIG_HOME/dicy/config.yaml or $HOME/.config/dicy/config.yaml
yitzchak
published 0.12.3 •

Changelog

Source

[v0.12.3][] - 2017-12-10

Fixed

  • Add missing dependencies for @dicy/cli.
yitzchak
published 0.12.2 •

Changelog

Source

[v0.12.2][] - 2017-12-02

Changed

  • Output target list is now saved to cache to allow more reliability when copying targets to root.
yitzchak
published 0.12.0 •

Changelog

Source

[v0.12.0][] - 2017-11-25

Added

  • Allow multiple commands to be run from command line interface.
  • test command and tests option.

Changed

  • Continued LaTeX font messages are now combined in a single message by log parser.

Fixed

  • graph command places .dot in project root instead of current directory.
yitzchak
published 0.12.0-pre.0 •

Changelog

Source

[v0.12.0-pre.0][] - 2017-11-18

Added

  • Standardized library API and documentation for @dicy/core and @dicy/client.
  • JSON-RPC server and client implementing library API.

Changed

  • Use Node Boron LTS thereby removing need for Map/Set polyfill.
  • Use TypeScript instead of Flow.
  • All events are now sent to the log as regular log events, some with severity level of trace if they are not of interest to most users.
  • Replaced --save-events with --save-log command line option since all events have been merged into log entry events.
  • Log events can now contain multiple log messages.
  • Primary interface to DiCy libraries is now through BuilderCacheInterace implementation instead of direct access to builder.

Removed

  • All non log events.
  • --console-event-output command line option.

Fixed

  • Regression which prevented output directory from being created.
  • Instance options set from the command line or passed to the library interface are now protected from cache cleaning.
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