New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cleverstack-cli

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleverstack-cli - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

6

lib/search.js

@@ -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") {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc