You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tm-react-life

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tm-react-life

Life

0.0.3
latest
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Getting Started

npm i tm-react-life

Get your api key: talentomobile.

Configuration

Ensure you import the module and the dependencies:

Basic Example

class App extends Component {
  detected(e){
    console.log(e);
  }
  result(e){
    console.log(e);
  }
  error(e){
    console.log(e);
  }
  render() {
    return (
      <TmReactLife result={this.result} detected={this.detected} error={this.error} video={false} token="YOUR-API-TOKEN"/>
    );
  }
}

FAQs

Package last updated on 26 Jul 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