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 1.3.3 to 1.4.0

8

package.json
{
"name": "is-react",
"version": "1.3.3",
"version": "1.4.0",
"homepage": "https://gitconnected.com/learn",

@@ -14,3 +14,3 @@ "description": "Determine if a variable or expression is a React element or component",

"dependencies": {
"react": "^16.0.0"
"react": "^16.13.1"
},

@@ -25,4 +25,4 @@ "devDependencies": {

"jest": "^23.6.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0"
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1"
},

@@ -29,0 +29,0 @@ "keywords": [

@@ -19,3 +19,3 @@ # Is React

A library to determine if a variable or a expression is a React element or component.
A library to determine if a variable or an expression is a React element or component.
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)

@@ -22,0 +22,0 @@ gives an understanding of the JSX syntax.

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