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

is-react

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-react - npm Package Compare versions

Comparing version

to
0.1.8

.travis.yml

2

package.json
{
"name": "is-react",
"version": "0.1.7",
"version": "0.1.8",
"description": "Determine if a variable or statement is a React element or component",

@@ -5,0 +5,0 @@ "main": "index.js",

# Is React
![Is React?](is-react.png)
<p align="center">
<a href="https://reacttraining.com/react-router/">
<img alt="react-router" src="is-react.png" width="300">
</a>
</p>
<p align="center">
Determine if a variable or statement is a valid element or component in <a href="https://facebook.github.io/react">React</a>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/is-react"><img src="https://img.shields.io/npm/v/is-react.svg?style=flat-square"></a>
<a href="https://www.npmjs.com/package/is-react"><img src="https://img.shields.io/npm/dm/is-react.svg?style=flat-square"></a>
<a href="https://travis-ci.org/treyhuffine/is-react"><img src="https://img.shields.io/travis/treyhuffine/is-react/master.svg?style=flat-square"></a>
</p>
A library to determine if a variable or a statement is a React element or component.

@@ -6,0 +20,0 @@ For a more thorough understanding, this [article](https://facebook.github.io/react/blog/2015/12/18/react-components-elements-and-instances.html) describes elements and components in React, and this [article](https://facebook.github.io/react/docs/jsx-in-depth.html)

Sorry, the diff of this file is not supported yet