Comparing version 0.0.5 to 0.0.6
@@ -128,3 +128,5 @@ #!/usr/bin/env node | ||
if ( !! nconf.get('AK')) { | ||
process.stdin.emit('data', nconf.get('AK')); | ||
try{ | ||
process.stdin.emit('data', nconf.get('AK')); | ||
} catch(e){} | ||
} | ||
@@ -151,3 +153,5 @@ } else { | ||
if ( !! nconf.get('SK')) { | ||
process.stdin.emit('data', nconf.get('SK')); | ||
try{ | ||
process.stdin.emit('data', nconf.get('SK')); | ||
} catch (e){} | ||
} | ||
@@ -174,3 +178,5 @@ } else { | ||
if ( !! nconf.get('BUCKET')) { | ||
process.stdin.emit('data', nconf.get('BUCKET')); | ||
try{ | ||
process.stdin.emit('data', nconf.get('BUCKET')); | ||
} catch (e){} | ||
} | ||
@@ -248,3 +254,5 @@ } else { | ||
if ( !! nconf.get('PATH')) { | ||
process.stdin.emit('data', nconf.get('PATH')); | ||
try{ | ||
process.stdin.emit('data', nconf.get('PATH')); | ||
} catch(e){} | ||
} | ||
@@ -269,3 +277,5 @@ } else { | ||
if ( !! nconf.get('BUCKET')) { | ||
process.stdin.emit('data', nconf.get('BUCKET')); | ||
try{ | ||
process.stdin.emit('data', nconf.get('BUCKET')); | ||
} catch(e){} | ||
} | ||
@@ -294,3 +304,5 @@ } else { | ||
if ( !! nconf.get('KEY')) { | ||
process.stdin.emit('data', nconf.get('KEY')); | ||
try{ | ||
process.stdin.emit('data', nconf.get('KEY')); | ||
} catch(e){} | ||
} | ||
@@ -297,0 +309,0 @@ } else { |
@@ -0,0 +0,0 @@ # KS3 命令行文档 |
module.exports = /(.(swp|ds_store)$)/ig; |
@@ -0,0 +0,0 @@ ## 注意: |
@@ -0,0 +0,0 @@ var path = require('path'); |
module.exports = require('./lib/ks3'); |
@@ -0,0 +0,0 @@ var request = require('./../request'); |
@@ -0,0 +0,0 @@ var config = require('../../config'); |
@@ -0,0 +0,0 @@ var request = require('./../request'); |
@@ -0,0 +0,0 @@ var request = require('./../request'); |
@@ -0,0 +0,0 @@ var config = require('../../config'); |
@@ -0,0 +0,0 @@ var url = require('url'); |
@@ -0,0 +0,0 @@ var debug = require('debug')('app'); |
@@ -0,0 +0,0 @@ var urllib = require('urllib'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
{ | ||
"name": "ks3", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # KS3-SDK-Nodejs |
hello world |
@@ -0,0 +0,0 @@ var auth = require('../lib/auth'); |
@@ -0,0 +0,0 @@ var KS3 = require('..'); |
@@ -0,0 +0,0 @@ var KS3 = require('..'); |
@@ -0,0 +0,0 @@ var KS3 = require('..'); |
@@ -0,0 +0,0 @@ var KS3 = require('..'); |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ var KS3 = require('..'); |
@@ -0,0 +0,0 @@ var KS3 = require('..'); |
@@ -0,0 +0,0 @@ var util = require('../lib/util'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
5267933
3057
7