Comparing version 0.1.5 to 0.1.6
{ | ||
"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" | ||
} | ||
} |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
7
97
44131
8
- Removedreact@^15.5.4
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpromise@7.3.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.40(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)