New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

new-users-score

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

new-users-score

component to show new users

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

New-Users-Score

Component to show list of users as a score. Built in React.

Getting Started

Installing

npm install new-users-score --save-dev

Props

  • users: PropTypes.arrayOf(PropTypes.object) or PropTypes.arrayOf(PropTypes.instanceOf(User))
    • *Required

Usage

import NewUsersScore from 'new-users-score';

const YourComponent = () => {
    
    //const users is an array of User Class
    
    return (
        <div>
            <NewUsersScore users={users} />,
        </div>
    )
};

Built With

  • React - Library
  • PropTypes - Require props for types
  • ClassNames - Used to manage classes dynamically

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

FAQs

Package last updated on 29 Mar 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc