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

react-json-pipe

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-pipe

A react component that exposes similar funcionality to the Angular JSON Pipe.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

react-json-pipe-lib

A react component that exposes similar funcionality to the Angular JSON Pipe.

NPM JavaScript Style Guide

Install

npm install --save react-json-pipe-lib

Usage

import JsonPipe from 'react-json-pipe-lib'

class MyComponent extends Component {
  render () {
    const myObject = {a: 1,array: [0,1,2,'test'],object: {'first-child': true,'second-child': false,'last-child': null},b: 2};
    return (
      <JsonPipe model={myObject} />
    )
  }
}

License

MIT © andresggarcia

FAQs

Package last updated on 01 Oct 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