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

react-new-window

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-new-window - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "react-new-window",
"description": "🔲 Pop a new window React using window.open",
"version": "0.0.7",
"version": "0.0.8",
"keywords": [

@@ -6,0 +6,0 @@ "react",

@@ -42,3 +42,3 @@ /**

mounted: false
};
}
}

@@ -50,3 +50,3 @@

render() {
if (!this.state.mounted) return null;
if (!this.state.mounted) return null
return ReactDOM.createPortal(this.props.children, this.container)

@@ -56,4 +56,4 @@ }

componentDidMount() {
this.openChild();
this.setState({mounted: true});
this.openChild()
this.setState({ mounted: true })
}

@@ -60,0 +60,0 @@

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