Socket
Socket
Sign inDemoInstall

react-faker

Package Overview
Dependencies
12
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-faker

Runtime mocking API for react component


Version published
Maintainers
1
Install size
733 kB
Created

Readme

Source

React Faker

A react component that mocks your APIs in dev environment.

Installation

npm install --save-dev react-faker

Usage

import ReactFaker in the top-level component

import React from 'react';
import ReactFaker from 'react-faker';

const App = () => (
  <>
    <App />
    <ReactFaker initialFakeApis={mockData} />
  </>
)

FAQs

Last updated on 22 Oct 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