cleverstack-cli
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -25,3 +25,7 @@ var path = require( 'path' ) | ||
async.each( queries, function ( q, next ) { | ||
// Keep this as SERIES until we come up with a better system | ||
// than bundleDeps.. when we do clever install clever-orm clever-auth | ||
// auth HAS to come AFTER ORM.. kind of a bad system | ||
// so we'll definitely need some sort of dependency management system. | ||
async.eachSeries( queries, function ( q, next ) { | ||
var search = q.split( '@' ); | ||
@@ -28,0 +32,0 @@ if (typeof search[ 1 ] === "undefined") { |
{ | ||
"name": "cleverstack-cli", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Command line interface for CleverTech's CleverStack", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -15,14 +15,2 @@ var chai = require( 'chai' ) | ||
describe( 'Install', function ( ) { | ||
before( function ( done ) { | ||
if (process.env.CI === undefined || (process.env.CI !== true && process.env.CI !== "true")) { | ||
return done( ); | ||
} | ||
console.log( 'Whew! That was a lot of installing... Pausing for 30 seconds to prevent DDOS/ECONNRESET errors.' ); | ||
setTimeout( function ( ) { | ||
console.log( 'Done taking a break, let\'s move on.' ); | ||
done( ); | ||
}, 30 * 1000 ); | ||
} ); | ||
beforeEach( function ( done ) { | ||
@@ -29,0 +17,0 @@ process.chdir( assetPath ); |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
86
238739
3695