Socket
Socket
Sign inDemoInstall

@pkgjs/create

Package Overview
Dependencies
52
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

9

index.js

@@ -35,2 +35,7 @@ 'use strict'

}
},
advanced: {
description: 'Show advanced prompts',
type: 'boolean',
prompt: false
}

@@ -100,3 +105,3 @@ }

default: _opts[key],
when: typeof input[key] === 'undefined'
when: typeof input[key] === 'undefined' && !!(o.advanced ? _opts.advanced : true)
}

@@ -120,3 +125,3 @@

const ret = await runner(initOptions)
const ret = await runner(initOptions, input)
return ret

@@ -123,0 +128,0 @@ }

{
"name": "@pkgjs/create",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"author": "Wes Todd <wes@wesleytodd.com>",
"keywords": [],
"license": "ISC",
"license": "MIT",
"main": "index.js",

@@ -9,0 +9,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc