react-vulnlink

1.2.0 • Public • Published

react-vulnlink

Link creator using standard vulnerability identifiers

NPM JavaScript Style Guide

Install

npm install --save react-vulnlink

Usage

import React, { Component } from 'react'

import VulnLink from 'react-vulnlink'

class Example extends Component {
  render () {
    return (
      <VulnLink id="CVE-2018-16598" />
    )
  }
}

License

MIT © sparticvs

Readme

Keywords

none

Package Sidebar

Install

npm i react-vulnlink

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • sparticvs