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 9.0.2 to 9.0.3

2

dist/types/wbk.d.ts

@@ -29,3 +29,3 @@ import type { Claim, Claims, PropertyClaims, PropertyQualifiers, PropertySnaks, Qualifier, Qualifiers, References, Snak, Snaks } from './claim.js';

getEntities(options: GetEntitiesOptions): Url;
getManyEntities(options: GetManyEntitiesOptions): Url;
getManyEntities(options: GetManyEntitiesOptions): Url[];
getRevisions(options: GetRevisionsOptions): Url;

@@ -32,0 +32,0 @@ getEntityRevision(options: GetEntityRevisionOptions): Url;

{
"name": "wikibase-sdk",
"version": "9.0.2",
"version": "9.0.3",
"type": "module",

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

@@ -50,4 +50,3 @@ # wikibase-sdk

## Dependencies
* A somewhat modern JS runtime: NodeJS `>= v12.0.0` or not too outdated web browsers (see [`Object.fromEntries` browser compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries))
NodeJS `>= v12.0.0` or not too outdated web browsers (see [`Object.fromEntries` browser compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries))
For older JS runtimes, you can use [ES5 bundles from `wikibase-sdk <= v8`](https://github.com/maxlath/wikibase-sdk/tree/v8.1.1#download-pre-bundled-files).

@@ -54,0 +53,0 @@

@@ -32,3 +32,3 @@ import type { Claim, Claims, PropertyClaims, PropertyQualifiers, PropertySnaks, Qualifier, Qualifiers, References, Snak, Snaks } from './claim.js'

getEntities (options: GetEntitiesOptions): Url;
getManyEntities (options: GetManyEntitiesOptions): Url;
getManyEntities (options: GetManyEntitiesOptions): Url[];
getRevisions (options: GetRevisionsOptions): Url;

@@ -35,0 +35,0 @@ getEntityRevision (options: GetEntityRevisionOptions): Url;

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