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 7.7.1 to 7.8.0

6

CHANGELOG.md
# CHANGELOG
*versions follow [SemVer](http://semver.org)*
## 7.8.0 - 2020-10-07
* Added function aliases:
* `simplify.snak = simplify.claim`
* `simplify.propertySnaks = simplify.propertyClaims`
* `simplify.snaks = simplify.claims`
## 7.7.0 - 2020-07-15

@@ -5,0 +11,0 @@ * Added [`getEntityIdFromGuid`](https://github.com/maxlath/wikidata-sdk/blob/master/docs/general_helpers.md#getentityidfromguid) function

@@ -30,2 +30,7 @@ const { labels, descriptions, aliases, lemmas, glosses } = require('./simplify_text_attributes')

// Aliases
snak: claim,
propertySnaks: propertyClaims,
snaks: claims,
// Lexemes

@@ -32,0 +37,0 @@ lemmas,

2

package.json
{
"name": "wikibase-sdk",
"version": "7.7.1",
"version": "7.8.0",
"description": "utils functions to query a Wikibase instance and simplify its results",

@@ -5,0 +5,0 @@ "main": "lib/wikibase-sdk.js",

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