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

@citation-js/plugin-csl

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.9 to 0.7.11

3

lib-mjs/bibliography.js

@@ -28,2 +28,5 @@ import { util } from '@citation-js/core';

}
if (options.hyperlinks) {
citeproc.opt.development_extensions.wrap_url_and_doi = true;
}
const bibliography = citeproc.makeBibliography();

@@ -30,0 +33,0 @@ const [{

@@ -69,2 +69,3 @@ import CSL from 'citeproc';

engine.setOutputFormat(format);
engine.opt.development_extensions.wrap_url_and_doi = false;
return engine;

@@ -71,0 +72,0 @@ };

@@ -35,2 +35,5 @@ "use strict";

}
if (options.hyperlinks) {
citeproc.opt.development_extensions.wrap_url_and_doi = true;
}
const bibliography = citeproc.makeBibliography();

@@ -37,0 +40,0 @@ const [{

@@ -77,4 +77,5 @@ "use strict";

engine.setOutputFormat(format);
engine.opt.development_extensions.wrap_url_and_doi = false;
return engine;
};
var _default = exports.default = prepareEngine;

2

LICENSE.md
The MIT License (MIT)
Copyright (c) 2015-2022 Lars Willighagen
Copyright (c) 2015-2024 Lars Willighagen

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@citation-js/plugin-csl",
"version": "0.7.9",
"version": "0.7.11",
"description": "Plugin for CSL output for Citation.js",

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

"devDependencies": {
"@citation-js/core": "^0.7.9"
"@citation-js/core": "^0.7.11"
},

@@ -48,3 +48,3 @@ "peerDependencies": {

},
"gitHead": "8fa1b9d3d420f489f9a8a57f9759b50a6369182c"
"gitHead": "a92f6b3c20b9342feb0303a017b806b312d66486"
}
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