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.0 to 9.0.1

2

dist/wellknown/wikidata.org.d.ts

@@ -1,2 +0,2 @@

declare const wdk: import("../types/wbk.js").Wbk;
export declare const wdk: import("../types/wbk.js").Wbk;
export default wdk;
import WBK from '../wikibase-sdk.js';
const wdk = WBK({
export const wdk = WBK({
instance: 'https://www.wikidata.org',

@@ -4,0 +4,0 @@ sparqlEndpoint: 'https://query.wikidata.org/sparql',

{
"name": "wikibase-sdk",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",

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

import WBK from '../wikibase-sdk.js'
const wdk = WBK({
export const wdk = WBK({
instance: 'https://www.wikidata.org',

@@ -5,0 +5,0 @@ sparqlEndpoint: 'https://query.wikidata.org/sparql',

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