Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.5 to 0.1.6

__tests__/index.js

16

package.json
{
"name": "is-react",
"version": "0.1.5",
"version": "0.1.6",
"description": "Determine if a variable or statement is a React element or component",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": "https://www.github.com/treyhuffine/is-react",
"author": "Trey Huffine <treyhuffine>",
"license": "MIT",
"dependencies": {
"react": "^15.5.4"
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.8.2",
"jest": "^20.0.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4"
}
}

4

README.md

@@ -6,4 +6,4 @@ # Is React

A library to determine if a variable or a statement is a React element or component.
This article [article](https://facebook.github.io/react/blog/2015/12/18/react-components-elements-and-instances.html) describing elements and components and this [article](https://facebook.github.io/react/docs/jsx-in-depth.html)
for an understanding of JSX syntax.
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)
gives an understanding of the JSX syntax.

@@ -10,0 +10,0 @@ ## Install

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc