Socket
Socket
Sign inDemoInstall

wikibase-types

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

9

dist/claim.d.ts

@@ -18,3 +18,3 @@ export declare type ClaimRank = 'normal' | 'preferred' | 'deprecated';

}
export declare type ClaimSnakValue = ClaimSnakEntityValue | ClaimSnakQuantityValue | ClaimSnakStringValue | ClaimSnakTimeValue;
export declare type ClaimSnakValue = ClaimSnakEntityValue | ClaimSnakMonolingualTextValue | ClaimSnakQuantityValue | ClaimSnakStringValue | ClaimSnakTimeValue;
export interface ClaimSnakStringValue {

@@ -50,2 +50,9 @@ readonly type: 'string';

}
export interface ClaimSnakMonolingualTextValue {
readonly type: 'monolingualtext';
readonly value: {
readonly text: string;
readonly language: string;
};
}
export interface ClaimReference {

@@ -52,0 +59,0 @@ readonly hash: string;

4

package.json
{
"name": "wikibase-types",
"version": "0.3.0",
"version": "0.4.0",
"description": "Types the Wikibase / Wikidata API returns",

@@ -31,3 +31,3 @@ "keywords": [

"typescript": "^4.2.3",
"xo": "^0.49.0"
"xo": "^0.50.0"
},

@@ -34,0 +34,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc