react-gateway
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "react-gateway", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Render React DOM into a new context", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"react": "^0.14.2 || ^15.0.0-0", | ||
"react-prop-types": "^0.3.0" | ||
"react-prop-types": "^0.4.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -40,6 +40,3 @@ # React Gateway | ||
</Gateway> | ||
<Gateway into="one"> | ||
<div className="item">Item 3</div> | ||
</Gateway> | ||
<div className="item">Item 4</div> | ||
<div className="item">Item 3</div> | ||
</div> | ||
@@ -63,8 +60,6 @@ <GatewayDest name="one" tagName="section" className="hello"/> | ||
<noscript></noscript> | ||
<noscript></noscript> | ||
<div className="item">Item 4</div> | ||
<div className="item">Item 3</div> | ||
</div> | ||
<section className="hello"> | ||
<div className="item">Item 1</div> | ||
<div className="item">Item 3</div> | ||
</section> | ||
@@ -71,0 +66,0 @@ <div> |
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
18077
171
+ Addedreact-prop-types@0.4.0(transitive)
+ Addedwarning@3.0.0(transitive)
- Removedreact-prop-types@0.3.2(transitive)
- Removedwarning@2.1.0(transitive)
Updatedreact-prop-types@^0.4.0