New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 0.3.8

2

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

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

@@ -5,6 +5,5 @@ const withMDX = require("@zeit/next-mdx")();

return {
"/": { page: "/" },
"/cell": { page: "/cell" }
"/": { page: "/" }
};
}
});

@@ -7,3 +7,2 @@ import * as React from "react";

import { Kernel } from "@mybinder/host-cache";
import { CodeArea } from "../components/code-area";
const { WideLogo } = require("@nteract/logos");

@@ -10,0 +9,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