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

@citation-js/plugin-wikidata

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-wikidata - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

3

lib/entity.js

@@ -24,3 +24,4 @@ "use strict";

const SIMPLIFY_OPTS = {
keepQualifiers: true
keepQualifiers: true,
timeConverter: 'simple-day'
};

@@ -27,0 +28,0 @@

@@ -23,2 +23,3 @@ {

"P698": "PMID",
"P856": "URL",
"P932": "PMCID",

@@ -30,3 +31,4 @@ "P953": "URL",

"P1476": "title",
"P2093": "author"
"P2093": "author",
"P2699": "URL"
},

@@ -33,0 +35,0 @@ "ignoredProps": {

{
"name": "@citation-js/plugin-wikidata",
"version": "0.4.1",
"version": "0.4.2",
"description": "Plugin for Wikidata for Citation.js",

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

"dependencies": {
"@citation-js/date": "^0.4.3",
"@citation-js/date": "^0.4.4",
"@citation-js/name": "^0.4.2",

@@ -40,3 +40,3 @@ "wikidata-sdk": "^6.3.0"

"devDependencies": {
"@citation-js/core": "^0.4.1"
"@citation-js/core": "^0.4.2"
},

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

},
"gitHead": "3ecde350a50b75e4672c4563dc6bec09410725b9"
"gitHead": "aa5cf99665e41118ceedfa8174e7cf07ca855ae2"
}

@@ -16,3 +16,4 @@ /**

const SIMPLIFY_OPTS = {
keepQualifiers: true
keepQualifiers: true,
timeConverter: 'simple-day'
}

@@ -19,0 +20,0 @@

@@ -23,2 +23,3 @@ {

"P698": "PMID",
"P856": "URL",
"P932": "PMCID",

@@ -30,3 +31,4 @@ "P953": "URL",

"P1476": "title",
"P2093": "author"
"P2093": "author",
"P2699": "URL"
},

@@ -33,0 +35,0 @@ "ignoredProps": {

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