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.5.1 to 0.5.2

6

lib-mjs/response.js

@@ -83,4 +83,4 @@ import { simplify } from 'wikidata-sdk';

for (var id of old) {
var entity = entities[id];
for (const id of old) {
const entity = entities[id];

@@ -91,3 +91,3 @@ if (!entity._needed) {

for (var prop in entity.claims) {
for (const prop in entity.claims) {
if (prop in entity._needed) {

@@ -94,0 +94,0 @@ for (const claim of entity.claims[prop]) {

@@ -96,4 +96,4 @@ "use strict";

for (var id of old) {
var entity = entities[id];
for (const id of old) {
const entity = entities[id];

@@ -104,3 +104,3 @@ if (!entity._needed) {

for (var prop in entity.claims) {
for (const prop in entity.claims) {
if (prop in entity._needed) {

@@ -107,0 +107,0 @@ for (const claim of entity.claims[prop]) {

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

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

"devDependencies": {
"@citation-js/core": "^0.5.1"
"@citation-js/core": "^0.5.2"
},

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

},
"gitHead": "3f3eee0813c7d578a454c34e402fa342d0693cfa"
"gitHead": "a902e8781abc685e8f99dbb9c5d35424bb02065c"
}
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