New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wikidata-sdk

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikidata-sdk - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

scripts/bump_version

11

bower.json
{
"name": "wikidata-sdk",
"version": "1.3.3",
"version": "4.0.1",
"homepage": "https://github.com/maxlath/wikidata-sdk",

@@ -11,3 +11,8 @@ "authors": [

"keywords": [
"wikidata"
"wikidata",
"sdk",
"api",
"wdq",
"sparql",
"wdk"
],

@@ -22,2 +27,2 @@ "license": "MIT",

]
}
}
{
"name": "wikidata-sdk",
"version": "4.0.0",
"version": "4.0.1",
"description": "a javascript tool suite to query and work with wikidata data",

@@ -18,3 +18,5 @@ "main": "build/wikidata-sdk.js",

"minify": "uglifyjs dist/wikidata-sdk.js -c -m > dist/wikidata-sdk.min.js",
"prepublish": "npm run lint && npm run test && npm run build && npm run dist"
"prepublish": "npm run lint && npm run test && npm run build && npm run dist",
"update-bower": "./scripts/update_bower",
"bump-version": "./scripts/bump_version"
},

@@ -43,2 +45,3 @@ "repository": {

"coffeelint": "^1.10.1",
"jsondepth": "^1.3.2",
"lodash": "^3.10.1",

@@ -48,3 +51,4 @@ "mocha": "^2.2.5",

"uglify-js": "^2.4.24"
}
},
"dependencies": {}
}
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