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

1345

0.6.5

Diff

Changelog

Source

0.6.5 (2022-12-31)

Bug Fixes

  • plugin-ris: update priority of fields (636b8e2), closes #185
larsgw
published 0.6.1 •

Changelog

Source

0.6.1 (2022-06-02)

Bug Fixes

  • plugin-bibtex: do not output empty s2id field (ca58949)

Features

  • plugin-wikidata: include additional version information (7b870b8)
larsgw
published 0.6.0 •

Changelog

Source

0.6.0 (2022-05-30)

Bug Fixes

  • core: avoid flatMap for Node 10 support (8a65094)

  • plugin-bibjson: set correct generic type (ec7de7f)

  • plugin-bibtex: consider entries with no type (a55fe60)

  • plugin-bibtex: fix biblatex handling of mastersthesis (6196adf)

  • plugin-bibtex: fix handling of bookpagination (7f41e30)

  • plugin-bibtex: fix typo in crossref code (3c377e4)

  • plugin-bibtex: map biblatex eid to number (0eb15af), closes #140

  • plugin-bibtex: set default CSL type correctly (94a402e)

  • plugin-bibtex: set default CSL type correctly (bcd11b3)

  • plugin-bibtex: use CSL 1.0.2 'custom' field (986f80b)

  • plugin-ris: fix ISSN regex (76402c1)

  • plugin-ris: fix name parsing (4382f31)

  • plugin-wikidata: fall back to original-author (1af1249), closes #106

  • chore!: drop Node 10, 12 support (37ea76b)

Features

  • core: output CSL 1.0.2 by default (5acec19)
  • core: remove custom _ fields when cleaning (c974ebc)
  • core: update internal format to CSL 1.0.2 (7249425)
  • plugin-bibjson: update mapping to CSL 1.0.2 (d04aacf)
  • plugin-bibtex: add Semantic Scholar s2id mapping (#159) (f116cde)
  • plugin-bibtex: implement crossref properly (f9cdf5b), closes #115
  • plugin-bibtex: update mapping to CSL 1.0.2 (6c68aff)
  • plugin-csl: adapt to CSL 1.0.2 input (4090164)
  • plugin-csl: update styles and locales (1ede64b)
  • plugin-ris: update mapping to CSL 1.0.2 (b59bd12)
  • plugin-wikidata: import issue/vol/etc. from qualifiers (dc7e270)
  • plugin-wikidata: update mapping to CSL 1.0.2 (09f2e2d), closes #142

BREAKING CHANGES

  • use Node.js 14 or above
  • core: to get CSL 1.0.1 output, use the 'version' option
  • plugin-csl: output of updated styles and locales may differ
  • core: use the 'custom' object instead of fields starting with an underscore.
larsgw
published 0.5.7 •

Changelog

Source

0.5.7 (2022-04-17)

Bug Fixes

  • core: do not use process variable in browser (d779267), closes #156
larsgw
published 0.5.4 •

Changelog

Source

0.5.4 (2021-12-11)

Bug Fixes

  • core: do not convert string id to numbers (6490200)
  • plugin-bibtex: fix numeric id in bibtex label (6291843)
  • plugin-bibtex: replace use of moo.keywords (efb9586)
larsgw
published 0.5.3 •

Changelog

Source

0.5.3 (2021-11-24)

Bug Fixes

  • plugin-csl: handle missing entries (93400d6)

  • plugin-doi: handle crossref preprints (0927f43)

  • remove named imports of JSON files (9b8315b)

  • chore!: drop Node 8, add Node 14 (a5ceb07)

Features

  • core: throw more descriptive errors in Translator (c35b40f)
  • plugin-csl: allow citation context options (c5c3e8c)
  • plugin-csl: allow cite-items (48fb79c)

BREAKING CHANGES

  • drops Node 8 support
larsgw
published 0.5.2 •

Changelog

Source

0.5.2 (2021-09-21)

Bug Fixes

  • plugin-csl: check for non-normalised language codes (3928f70)

Features

  • plugin-bibtex: allow non-standard day field (96f8d43), closes #134
larsgw
published 0.5.1 •

Changelog

Source

0.5.1 (2021-05-11)

larsgw
published 0.5.0 •

Changelog

Source

0.5.0 (2021-04-01)

Bug Fixes

  • plugin-bibtex: remove CSL 1.0.2 types (365fe1c)
  • plugin-bibtex: remove lookbehind regex (fe20199)

Features

  • plugin-bibtex: allow URL in howpublished (3884e08)
  • plugin-ris: add formatting 'spec' option (ec0bbad)
larsgw
published 0.5.0-alpha.10 •

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