Comparing version 1.4.4 to 1.4.5
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
@@ -12,0 +12,0 @@ var _yargs = require('yargs'); |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
@@ -11,0 +11,0 @@ exports.default = _DefaultExportValue; |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
@@ -11,0 +11,0 @@ exports.printToConsole = printToConsole; |
{ | ||
"name": "deedee", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "A tool for detecting dependencies", | ||
@@ -58,3 +58,3 @@ "license": "MIT", | ||
"chalk": "^1.1.3", | ||
"lodash": "^4.16.1", | ||
"lodash": "^4.16.2", | ||
"text-table": "^0.2.0", | ||
@@ -61,0 +61,0 @@ "walk": "^2.3.9", |
152540
Updatedlodash@^4.16.2