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

baobab-prop-types

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baobab-prop-types

React PropTypes for Baobab

1.0.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

npm version

baobab-prop-types

React PropTypes for Baobab

Installation

npm install baobab --save

npm install baobab-prop-types --save

Usage

  import BaobabPropTypes from 'baobab-prop-types';
  
  ...
  
  propTypes: {
    field: BaobabPropTypes.cursor,
    reqField: BaobabPropTypes.cursor.isRequired,
    fieldTree: BaobabPropTypes.baobab,
    reqFieldTree: BaobabPropTypes.baobab.isRequired
  }
  ...

Keywords

react

FAQs

Package last updated on 22 May 2017

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