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 0.0.4 to 0.0.5

wikidata-sdk.sublime-project

10

package.json
{
"name": "wikidata-sdk",
"version": "0.0.4",
"version": "0.0.5",
"description": "a javascript tool suite to query wikidata data",

@@ -31,7 +31,7 @@ "main": "build/wikidata-sdk.js",

"devDependencies": {
"coffee-script": "^1.9.2",
"lodash": "^3.7.0",
"mocha": "^2.2.4",
"should": "^4.6.1"
"coffee-script": "^1.9.3",
"lodash": "^3.10.1",
"mocha": "^2.2.5",
"should": "^7.0.2"
}
}

@@ -152,3 +152,3 @@ ![wikidata](https://upload.wikimedia.org/wikipedia/commons/f/ff/Wikidata-logo.svg)

```json
P279: [ 'Q340169', 'Q2342494', 'Q386724' ]
"P279": [ "Q340169", "Q2342494", "Q386724" ]
```

@@ -195,5 +195,6 @@

entities = breq.get(url).then wdk.parse.wd.entities
breq.get(url)
.then wdk.parse.wd.entities
.then (entities)-> # do useful stuff with those entities data
# do useful stuff with those entities data
```

@@ -200,0 +201,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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