files-extractor
Advanced tools
Comparing version 0.3.6 to 0.3.7
/*! | ||
* index | ||
* Version: 0.0.1 | ||
* | ||
* Date: 2017/09/22 | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* async | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/05/19 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* const | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/19 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* FilesExtractor | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/19 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* formatter | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/19 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* typeof | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/21 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* UI | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/22 | ||
@@ -12,3 +11,3 @@ * | ||
const ora = require('ora'); | ||
const ora = require('./ora'); | ||
const CONST = require('./const'); | ||
@@ -15,0 +14,0 @@ const utils = require('./utils'); |
/*! | ||
* utils | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/19 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* validator | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/9/21 | ||
@@ -6,0 +5,0 @@ * |
/*! | ||
* worker | ||
* | ||
* Version: 0.0.1 | ||
* Date: 2017/09/22 | ||
@@ -6,0 +5,0 @@ * |
{ | ||
"name": "files-extractor", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Extract files that have changed between the specified date.", | ||
@@ -43,7 +43,8 @@ "main": "index.js", | ||
"js-yaml": "^3.10.0", | ||
"ora": "^1.3.0", | ||
"progress": "^2.0.0", | ||
"cli-cursor": "^2.1.0", | ||
"log-symbols": "^2.1.0", | ||
"cli-spinners": "^1.1.0", | ||
"inquirer-datepicker": "^0.0.4" | ||
} | ||
} |
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
33232
16
904
11
3
+ Addedcli-cursor@^2.1.0
+ Addedcli-spinners@^1.1.0
- Removedora@^1.3.0
- Removedora@1.4.0(transitive)