cortex-test
Advanced tools
+2
-2
@@ -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 @@ } |
+7
-7
| { | ||
| "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": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
19209
0.06%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated