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 Versions

1
78

7.0.5

Diff

maxlath
published 7.0.4 •

maxlath
published 7.0.3 •

maxlath
published 7.0.2 •

maxlath
published 7.0.1 •

maxlath
published 7.0.0 •

Changelog

Source

7.0.0 - 2019-05-31

Breaking Changes:

  • The module initialization was restructured to support Wikibase instances other than wikidata.org. As a consequence, while require('wikibase-sdk') still produces the same object as before, require('wikibase-sdk') returns a function that takes a config object, which then returns the equivalent of the wdk object but customized for the desired Wikibase instance (see import documentation).
  • Dropping bower support as it has been deprecated for a while now: old versions of wikibase-sdk should still be available though
  • Renamed:
    • wikidataTimeToEpochTime => wikibaseTimeToEpochTime
    • wikidataTimeToISOString => wikibaseTimeToISOString
    • wikidataTimeToSimpleDay => wikibaseTimeToSimpleDay
  • Removed legacy aliases:
    • simplifyClaim (use simplify.claim)
    • simplifyPropertyClaims (use simplify.propertyClaims)
    • simplifyClaims (use simplify.claims)
    • simplifySparqlResults (use simplify.sparqlResults)
    • getWikidataIdsFromWikipediaTitles (use getEntitiesFromSitelinks)
    • getWikidataIdsFromSitelinks (use getEntitiesFromSitelinks)
1
78
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