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.1.2 to 0.2.0

__tests__/index-spec.js

5

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

@@ -9,2 +9,5 @@ "repository": {

},
"scripts": {
"test": "node __tests__/index-spec.js"
},
"author": "Alexander C. Booth <alexander.c.booth@gmail.com>",

@@ -11,0 +14,0 @@ "license": "MIT",

2

src/index.js
#!/usr/bin/env node
require("./createNteractApp");
require("./create-nteract-app");

@@ -1,2 +0,3 @@

module.exports = {
const withMDX = require("@zeit/next-mdx")();
module.exports = withMDX({
exportPathMap: function() {

@@ -7,2 +8,2 @@ return {

}
};
});

Sorry, the diff of this file is not supported yet

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