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

react-generic-data

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-generic-data

React components to display a generic object

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

React generic data

A component to display a generic data object

Intent:

const myObject = {
  a: 42,
  b: "Foo",
  c: [1, 1, 3, 5, 8],
  d: { key: "value" },
};

const MyComponent = () => (
  <GenericData data={myObject} />
);

Keywords

generic

FAQs

Package last updated on 26 Feb 2019

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