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

@citation-js/plugin-bibtex

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citation-js/plugin-bibtex - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

5

lib-mjs/input/entries.js

@@ -53,2 +53,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }

const value = entry.properties[property];
if (value === '') {
continue;
}
output[property] = parseValue(value + '', property, output.language);

@@ -55,0 +60,0 @@ }

@@ -66,2 +66,7 @@ "use strict";

const value = entry.properties[property];
if (value === '') {
continue;
}
output[property] = (0, _value.parse)(value + '', property, output.language);

@@ -68,0 +73,0 @@ }

4

package.json
{
"name": "@citation-js/plugin-bibtex",
"version": "0.5.4",
"version": "0.5.5",
"description": "Plugin for BibTeX formats for Citation.js",

@@ -45,3 +45,3 @@ "keywords": [

},
"gitHead": "bd67972fd6078b646d4aac84a5fda9bdd9433122"
"gitHead": "564a9a2d67996eb20579a6113083ed33602c4b59"
}
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