Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "node-ncbi", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Access and parse the NCBI eUtils API in Node or the Browser", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"popsicle": "^9.2.0", | ||
"xml2js": "^0.4.9" | ||
"xml2js": "^0.5.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -15,3 +15,3 @@ declare module "node-ncbi" { | ||
term: string, | ||
skip?: number, | ||
page?: number, | ||
limit?: number | ||
@@ -25,2 +25,4 @@ ): Promise<{ | ||
function summaries(pmids: string): Promise<Paper[]>; | ||
function abstract(pmid: number): Promise<string>; | ||
@@ -27,0 +29,0 @@ |
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
224807
2498
+ Addedxml2js@0.5.0(transitive)
- Removedxml2js@0.4.23(transitive)
Updatedxml2js@^0.5.0