🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.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

to
0.7.2

3

lib-mjs/mapping/biblatex.js

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

source: {
howpublished(howPublished) {
return howPublished && !howPublished.startsWith('http');
},
publisher: false,

@@ -491,0 +494,0 @@ organization: false,

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

source: {
howpublished(howPublished) {
return howPublished && !howPublished.startsWith('http');
},
publisher: false,

@@ -169,0 +172,0 @@ organization: false,

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

source: {
howpublished(howPublished) {
return howPublished && !howPublished.startsWith('http');
},
publisher: false,

@@ -498,0 +501,0 @@ organization: false,

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

source: {
howpublished(howPublished) {
return howPublished && !howPublished.startsWith('http');
},
publisher: false,

@@ -176,0 +179,0 @@ organization: false,

4

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

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

},
"gitHead": "771fade1be9060b5b500604b33a8afa5a05ca542"
"gitHead": "2520576f9904b99648bbc0eede7b3d31002450a6"
}