Comparing version 0.3.7 to 0.3.8
@@ -20,2 +20,2 @@ "use strict"; | ||
exports.log = log; | ||
exports.prettifyPaths = (input) => input.toString().replace(curRegexp, '.').replace(homeRegexp, '~'); | ||
exports.prettifyPaths = (input) => (input || '').toString().replace(curRegexp, '.').replace(homeRegexp, '~'); |
@@ -17,3 +17,3 @@ "use strict"; | ||
.pack(_from, options) | ||
.pipe(fs.createReadStream(_to)) | ||
.pipe(fs.createWriteStream(_to)) | ||
.on('error', reject) | ||
@@ -20,0 +20,0 @@ .on('finish', resolve); |
{ | ||
"name": "qqjs", | ||
"description": "useful functions for writing node scripts", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/jdxcode/qqjs/issues", | ||
"dependencies": { | ||
"chalk": "^2.3.2", | ||
"chalk": "^2.4.1", | ||
"debug": "^3.1.0", | ||
@@ -15,3 +15,3 @@ "execa": "^0.10.0", | ||
"globby": "^8.0.1", | ||
"http-call": "^5.1.0", | ||
"http-call": "^5.1.1", | ||
"load-json-file": "^4.0.0", | ||
@@ -25,20 +25,20 @@ "pkg-dir": "^2.0.0", | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.2", | ||
"@types/chai": "^4.1.3", | ||
"@types/cpy": "^5.1.0", | ||
"@types/execa": "^0.9.0", | ||
"@types/fs-extra": "^5.0.1", | ||
"@types/fs-extra": "^5.0.2", | ||
"@types/globby": "^6.1.0", | ||
"@types/load-json-file": "^2.0.7", | ||
"@types/mocha": "^5.0.0", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^9.6.2", | ||
"@types/pkg-dir": "^2.0.0", | ||
"@types/read-pkg": "^3.0.0", | ||
"@types/tar-fs": "^1.16.0", | ||
"@types/tar-fs": "^1.16.1", | ||
"@types/tmp": "^0.0.33", | ||
"@types/write-json-file": "^2.2.1", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.0.5", | ||
"ts-node": "^5.0.1", | ||
"mocha": "^5.1.1", | ||
"ts-node": "^6.0.1", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.8.1" | ||
"typescript": "^2.8.3" | ||
}, | ||
@@ -45,0 +45,0 @@ "engines": { |
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
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
23742
Updatedchalk@^2.4.1
Updatedhttp-call@^5.1.1