Socket
Socket
Sign inDemoInstall

react-chuck

Package Overview
Dependencies
11
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-chuck

Random Chuck Norris jokes for react


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
342 kB
Created
Weekly downloads
 

Readme

Source

react-chuck (demo)

Random Chuck Norris jokes for react

NPM JavaScript Style Guide Build Status

Install

npm install --save react-chuck

Usage

import React, { Component } from 'react'

import Chuck from 'react-chuck'

class Example extends Component {
  render () {
    return (
      <Chuck />
    )
  }
}

License

MIT © yershalom

This module was bootstrapped with create-react-library.

FAQs

Last updated on 10 Feb 2019

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