New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-copyright

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-copyright

A react-component to format and display a copyright notice.

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
16
-27.27%
Maintainers
1
Weekly downloads
 
Created
Source

A react-component to format and display a copyright notice.

Getting Started

  • Install with NPM - npm install --save react-copyright

Usage

var React     = require('react');
var Copyright = require('react-copyright');

var Component = React.createClass({
  render: function () {
    return (
      <Copyright>Jason Bellamy</Copyright>
    );
  }
});

Options

PropertyTypeArgumentValuesDefaultDescription
datestring<optional>RFC2822/ISO8601todayRFC2822/ISO8601 format.
formatstring<optional>numeric, 2-digitnumericrepresentation format.
positionstring<optional>pre, postpreplacement of the copyright year.

Developing

react-copyright is built using ES6. Run the following task to compile the src/ into dist/.

npm run build

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

License

Copyright (c) 2015 Jason Bellamy
Licensed under the MIT license.

Keywords

react

FAQs

Package last updated on 20 Aug 2015

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