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

base-create

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-create - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "base-create",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utility for npm init create-* scripts.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,3 +16,3 @@ # base-create

// `name` will be the app name passed on CLI like "my-app"
const { name } = create("custom-babel", {
const { name } = create({
// optional deps to install

@@ -38,2 +38,8 @@ dependencies: ["@babel/runtime"],

},
{
path: "README.md",
// `contents` can be a function
contents: ({ nameWithScope, nameWithoutScope, dirName }) =>
"# ${nameWithScope}",
},
],

@@ -40,0 +46,0 @@ // optional list of commands

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