New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cortex-test

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortex-test - npm Package Compare versions

Comparing version
0.5.5
to
0.5.6
+2
-2
lib/builder.js

@@ -25,4 +25,4 @@ 'use strict';

build_config.pkg.main = './' + path.relative( cwd, test_file);
builder(build_config).on('warn',function(message){
logger.warn(message);
builder(build_config).on('warn',function(warn){
logger.warn(warn.message || warn);
}).parse(test_file, done);

@@ -29,0 +29,0 @@ }

{
"name": "cortex-test",
"version": "0.5.5",
"version": "0.5.6",
"description": "run test for cortex projects",

@@ -33,11 +33,11 @@ "main": "lib/index.js",

"mkdirp": "^0.5.0",
"optimist": "^0.6.1",
"read-cortex-json": "~2.3.0",
"underscore": "^1.6.0",
"winston": "^0.7.3",
"open": "0.0.5",
"mocha": "^1.18.2",
"neuron-builder": "~4.0.1",
"neuron-graph": "~0.2.0",
"neuronjs": "~8.0.1",
"neuron-builder": "~4.0.1"
"open": "0.0.5",
"optimist": "^0.6.1",
"read-cortex-json": "^3.3.12",
"underscore": "^1.6.0",
"winston": "^0.7.3"
},

@@ -44,0 +44,0 @@ "devDependencies": {