Comparing version 0.1.10 to 0.1.11
@@ -77,6 +77,9 @@ /* | ||
process.on('SIGINT', function () { | ||
stdout.write('\n'); | ||
process.exit(1); | ||
}); | ||
if (process.platform !== 'win32') { | ||
// windows falls apart trying to deal with SIGINT | ||
process.on('SIGINT', function () { | ||
stdout.write('\n'); | ||
process.exit(1); | ||
}); | ||
} | ||
@@ -83,0 +86,0 @@ prompt.emit('start'); |
{ | ||
"name": "prompt", | ||
"description": "A beautiful command-line prompt for node.js", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"author": "Nodejitsu Inc. <info@nodejitsu.com>", | ||
@@ -22,2 +22,5 @@ "contributors": [ | ||
}, | ||
"devDependencies": { | ||
"vows": "0.6.x" | ||
}, | ||
"main": "./lib/prompt", | ||
@@ -24,0 +27,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
93127
1253
1