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

create-nteract-app

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nteract-app - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

package.json
{
"name": "create-nteract-app",
"version": "0.3.5",
"version": "0.3.6",
"description": "create an nteractive computing app!",

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

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

}
);
).filter(x => x.length !== 0);
return (
<div className="omg">
<div className="presentational">
<Cell isSelected>

@@ -97,7 +97,2 @@ <Input>

</Cell>
<style>{`
.omg {
text-align: left
}
`}</style>
</div>

@@ -109,3 +104,4 @@ );

PresentationCell.defaultProps = {
children: ""
children: "",
kernel: null
};
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