Socket
Socket
Sign inDemoInstall

identifiers-arxiv

Package Overview
Dependencies
0
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    identifiers-arxiv

Extract, validate and normalize arXiv IDs.


Version published
Weekly downloads
52
decreased by-36.59%
Maintainers
2
Install size
42.4 MB
Created
Weekly downloads
 

Readme

Source

Identifiers - arXiv Build Status

Extract, validate and normalize arXiv 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-arxiv or npm install --save identifiers-arxiv:

"identifiers-arxiv": "^0.1.0"

Usage

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

arxiv.extract("math.GT/0309136\narXiv:1501.00001v2");
//=> ["math.GT/0309136", "1501.00001v2"]

Other versions

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

License

Copyright © 2017 Altmetric LLP

Distributed under the MIT License.

Keywords

FAQs

Last updated on 22 May 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc