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

astrocite-bibtex

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astrocite-bibtex - npm Package Compare versions

Comparing version 0.16.3 to 0.16.4

11

lib/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPE_MAP = exports.KNOWN_MACROS = exports.KNOWN_COMMANDS = exports.FIELD_MAP = exports.DICRATICS = void 0;
/**

@@ -113,2 +114,12 @@ * Maps LaTeX dicratical commands to unicode dicraticals

['Omega', '\u03A9'],
// other non-accented characters often found in author names and titles
// see http://www.bibtex.org/SpecialSymbols/
['OE', '\u0152'],
['AE', '\u00C6'],
['aa', '\u00E5'],
['o', '\u00F8'],
['O', '\u00D8'],
['l', '\u0142'],
['L', '\u0141'],
['ss', '\u00DF'],
]);

@@ -115,0 +126,0 @@ // prettier-ignore

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = exports.AST = void 0;
var AST = require("./grammar");

@@ -4,0 +5,0 @@ exports.AST = AST;

4

package.json
{
"name": "astrocite-bibtex",
"version": "0.16.3",
"version": "0.16.4",
"description": "Parser and AST for converting BibTeX to CSL JSON",

@@ -27,3 +27,3 @@ "license": "MIT",

},
"gitHead": "cd17414b7a19a66d0393561320c69b20298d3cd0"
"gitHead": "5fe4d1a70b12229fdc19f3111b8a56552cfd174a"
}
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