Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-ncbi

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ncbi - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

4

package.json
{
"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 @@

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