Socket
Socket
Sign inDemoInstall

promzard

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

example/npm-init/init.js

4

package.json

@@ -5,3 +5,3 @@ {

"description": "prompting wizardly",
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -11,3 +11,3 @@ "url": "git://github.com/isaacs/promzard"

"dependencies": {
"read": "0.0.3"
"read": "0"
},

@@ -14,0 +14,0 @@ "devDependencies": {

module.exports = promzard
promzard.PromZard = PromZard

@@ -149,2 +150,6 @@ var fs = require('fs')

// default to the ctx value, if there is one
if (undefined === prompt[1])
prompt[1] = this.ctx[k]
return this.prompt(prompt, function (er, res) {

@@ -151,0 +156,0 @@ o[k] = res

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