New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 9.0.6

dist/src/helpers/helpers.d.ts

24

package.json
{
"name": "wikibase-sdk",
"version": "9.0.5",
"version": "9.0.6",
"type": "module",
"description": "utils functions to query a Wikibase instance and simplify its results",
"main": "./dist/index.js",
"main": "./dist/src/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./wikidata.org": {
"types": "./dist/wellknown/wikidata.org.d.ts",
"import": "./dist/wellknown/wikidata.org.js"
"types": "./dist/src/wellknown/wikidata.org.d.ts",
"import": "./dist/src/wellknown/wikidata.org.js"
}
},
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist"
"dist/src"
],

@@ -29,3 +28,3 @@ "directories": {

"add-fixture-entity": "./scripts/add_fixture_entity",
"build": "./scripts/build",
"build": "tsc",
"check-supported-datatypes": "./scripts/check_supported_datatypes",

@@ -36,5 +35,5 @@ "git-pre-commit": "./scripts/githooks/pre-commit",

"test": "./scripts/run_tests",
"prepack": "npm run lint && npm test && npm run update-dist",
"prepublishOnly": "git checkout main",
"prepack": "npm run build && npm run lint && npm test",
"postpublish": "./scripts/postpublish",
"update-dist": "./scripts/update_dist",
"update-sitelinks-languages": "./scripts/sitelinks_languages/update_sitelinks_languages",

@@ -67,3 +66,2 @@ "update-toc": "./scripts/update_toc",

"@types/node": "^18.11.18",
"@types/should": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",

@@ -70,0 +68,0 @@ "@typescript-eslint/parser": "^5.49.0",

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