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

@citation-js/plugin-bibjson

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citation-js/plugin-bibjson - npm Package Versions

1245

0.5.0-alpha.10

Diff

Changelog

Source

0.5.0-alpha.10 (2021-01-28)

Bug Fixes

  • core: clean type as regular string (6982ae6)
  • core: do not snapshot initial Cite() state (19afac7)
  • core: reset Grammar log on each run (68d8a2a)
  • core: reset Grammar state on each run (834f679)
  • plugin-bibtex: apply upstream changes (f5a1514)
  • plugin-bibtex: apply various fixes (861cb36)
  • plugin-bibtex: apply various fixes (86e55df)
  • plugin-bibtex: do not escape verbatim value (a90f4a5)
  • plugin-bibtex: do not ignore month after day (4914797)
  • plugin-bibtex: escape more unicode in output (1647734)
  • plugin-bibtex: fix howpublished/url mapping (b655bec)
  • plugin-bibtex: fix mapping bugs (a644b3a)
  • plugin-bibtex: output w/ case protection (07f99b5)
  • plugin-bibtex: remove unicode from label (81d657d)
  • plugin-bibtex: update BibTeX mappings (db79896)

Features

  • core: add mainRule param to Grammar (e8679d5)
  • core: move DOI corrections to core (03b804b)
  • plugin-bibtex: add -subtitle, -titleaddon (eef0e6c), closes #116
  • plugin-bibtex: add 'strict' parser option (64f0c38)
  • plugin-bibtex: add BibLaTex mappings (84655a4)
  • plugin-bibtex: rename sentenceCase option (35943d2)
  • plugin-bibtex: update BibTeX mappings (987b75c)
  • plugin-bibtex: update BibTeX parser (9df7558)
  • plugin-csl: add 'asEntryArray' option to bibliography (8039967)
  • plugin-csl: add 'entry' option to bibliography (298819b)

BREAKING CHANGES

  • core: Constructing a Cite instance no longer automatically creates a snapshot. You can do this manually instead.
  • plugin-bibtex: - The @bibtex input type prefix has been changed to @biblatex
    • The @bibtex input type prefix is now used for parsing as pure @bibtex. These types have no type parser so are not automatically used.
    • The bibtex output format now outputs valid BibTeX, use the biblatex output format for BibLaTeX output.
    • The output option generateLabel has been replaced by the config option format.useIdAsLabel
  • plugin-bibtex: Although the file parsing has been tested extensively, the mapping has not. In addition, since the mapping has been created from scratch according to the BibLaTeX documentation behaviour might change. Please report any problems at https://github.com/citation-js/citation-js/issues
larsgw
published 0.5.0-alpha.9 •

Changelog

Source

0.5.0-alpha.9 (2020-10-20)

larsgw
published 0.5.0-alpha.7 •

Changelog

Source

0.5.0-alpha.7 (2020-08-29)

Bug Fixes

  • cli: fix check for prefixed options (4b7fe6b)
  • plugin-bibtex: avoid error on non-utf-8 webpages (c09a9e4)
  • plugin-csl: remove entry caching (efa648b)
larsgw
published 0.5.0-alpha.6 •

Changelog

Source

0.5.0-alpha.6 (2020-07-04)

Bug Fixes

  • plugin-bibtex: fix combining tilde (cc9fd8b)
  • plugin-bibtex: normalize strings (447b0b4)
  • plugin-bibtex: support all 10 escaped characters (#75) (da016b4)
  • plugin-ris: format literal names (893d144), closes #87

Features

  • plugin-bibtex: improve BibTeX mappings (#76) (214e77b)
  • plugin-csl: update apa to 7th edition (#89) (2b5f2c5)

BREAKING CHANGES

  • plugin-csl: default APA style is now 7th edition
larsgw
published 0.5.0-alpha.5 •

Changelog

Source

0.5.0-alpha.5 (2019-10-28)

Bug Fixes

  • core: do not use User-Agent in CORS (047847d)
  • plugin-bibtex: ignore braces for grouping command (#64) (20763dc)
  • plugin-ris: allow string for keyword component (#70) (0294999), closes #67
  • plugin-ris: normalize DOIs (#68) (eb97fa5)
  • plugin-ris: trim lines in parse function (#71) (f81b845), closes #66
larsgw
published 0.5.0-alpha.4 •

Changelog

Source

0.5.0-alpha.4 (2019-10-15)

Bug Fixes

  • core: fix normalising headers code for the browser (d4693a7)
  • plugin-bibtex: do not try to format raw dates (b28eca8)
  • plugin-bibtex: warn for umatched entry braces (7905667)
larsgw
published 0.5.0-alpha.3 •

Changelog

Source

0.5.0-alpha.3 (2019-10-07)

Bug Fixes

  • plugin-bibtex: remove nocase from diacritics (7f7e52f)
  • plugin-bibtex: replace trimEnd() with trim() (b59da57)
  • plugin-ris: fix handling of multiline values (eba2bfe)
  • plugin-ris: handle \r\n line endings (f0a3b29)

Features

  • bibtex: add new BibTeX parser (3c3588e)
  • core: add Grammar class to utils (052754f)
larsgw
published 0.5.0-alpha.2 •

Changelog

Source

0.5.0-alpha.2 (2019-09-10)

Bug Fixes

  • core: fix date value null check (f6a3ab2)
larsgw
published 0.5.0-alpha.1 •

Changelog

Source

0.5.0-alpha.1 (2019-09-10)

Bug Fixes

larsgw
published 0.5.0-alpha.0 •

Changelog

Source

0.5.0-alpha.0 (2019-09-07)

Bug Fixes

  • core: do not return empty name lists when cleaning (d31ca8a)

  • core: fix Cite#sort handling of multi-value props (3a7751c)

  • core: fix handling of generic best guesses (c8e8c78)

  • core: fix util.fetchId (7850e75)

  • core: improve date handling when cleaning (08da3e7)

  • core: only overwrite individual headers in fetchFile (8d47684)

  • core: pass around bestGuessConversions (50fa283)

  • core: pass checkContentType in fetchFile (e415f76)

  • core: set userAgent properly in fetchFile (a91fd7b)

  • plugin-bibtex: fix label for incomplete author (352ca4f), closes #56

  • chore!: drop Node 6 support (f27d812), closes #55

Features

  • core: complete input option validation (d9be626)
  • core: support has() & list() on plugins.config (fe7f59f)

BREAKING CHANGES

  • drops Node 6 support
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