New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@squadette/react-displace

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squadette/react-displace - npm Package Compare versions

Comparing version 2.4.0-pre2 to 2.4.0-pre3

3

dist/displace.js

@@ -75,2 +75,5 @@ 'use strict';

}
if (!this.container) {
return null;
}
return ReactDOM.createPortal(React.createElement(WrappedComponent, this.props, this.props.children), this.container);

@@ -77,0 +80,0 @@ }

2

package.json
{
"name": "@squadette/react-displace",
"version": "2.4.0-pre2",
"version": "2.4.0-pre3",
"description": "A higher order component that displaces your component into a remote region of the DOM",

@@ -5,0 +5,0 @@ "main": "dist/displace.js",

@@ -48,2 +48,5 @@ 'use strict';

}
if (!this.container) {
return null;
}
return ReactDOM.createPortal(

@@ -50,0 +53,0 @@ React.createElement(WrappedComponent, this.props, this.props.children),

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