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

create-nteract-app

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nteract-app - npm Package Compare versions

Comparing version

to
0.3.5

{
"name": "create-nteract-app",
"version": "0.3.4",
"version": "0.3.5",
"description": "create an nteractive computing app!",

@@ -5,0 +5,0 @@ "repository": {

@@ -72,2 +72,6 @@ import * as React from "react";

componentWillUnmount() {
this.subscription.unsubscribe();
}
render() {

@@ -74,0 +78,0 @@ return React.Children.map(this.props.children, child => {