create-nteract-app
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"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", |
#!/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15
510
202895
2
4