Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

identifiers-pubmed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

identifiers-pubmed

Extract, validate and normalize PubMed IDs.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Identifiers - PubMed ID Build Status

Extract, validate and normalize PubMed IDs.

Current version: 0.1.1
Supported Node.js versions: 4, 5, 6, 7

Installation

Add the following to your package.json via yarn add identifiers-pubmed or npm install --save identifiers-pubmed:

"identifiers-pubmed": "^0.1.0"

Usage

const pubmed = require("identifiers-pubmed");

pubmed.extract(" 0123\n456\n ");
//=> ["123", "456"]

Other versions

We also maintain versions of this library for Ruby and PHP.

License

Copyright © 2017 Altmetric LLP

Distributed under the MIT License.

Keywords

pubmed

FAQs

Package last updated on 22 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts