Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-gateway

Package Overview
Dependencies
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gateway - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

4

package.json
{
"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>

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