wikidata-search
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -492,3 +492,3 @@ var request = require('request'); | ||
return cb(entities, wikidataResponse.errors); | ||
return cb({'entities': entities}, wikidataResponse.errors); | ||
}); | ||
@@ -495,0 +495,0 @@ |
{ | ||
"name": "wikidata-search", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Perform easy entity searches using Wikidata. Supply an entity name, and get back a bunch of structured data about that entity.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/wikidata-search.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31281