Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wikibase-sdk

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikibase-sdk - npm Package Compare versions

Comparing version 10.0.1 to 10.0.2

4

dist/src/helpers/simplify_claims.js

@@ -53,4 +53,4 @@ import { isPlainObject, uniq } from '../utils/utils.js';

// When keeping other attributes, the value becomes an object instead of a direct value
let valueObj;
if (isPlainObject(value)) {
let valueObj = { value };
if (isPlainObject(value) && 'value' in value) {
valueObj = value;

@@ -57,0 +57,0 @@ }

{
"name": "wikibase-sdk",
"version": "10.0.1",
"version": "10.0.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "utils functions to query a Wikibase instance and simplify its results",

Sorry, the diff of this file is not supported yet

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