omit-deep-lodash
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -5,4 +5,3 @@ "use strict"; | ||
var _require = require("lodash"), | ||
omit = _require.omit; | ||
var omit = require("lodash/omit"); | ||
@@ -9,0 +8,0 @@ module.exports = function omitDeepLodash(input, props) { |
{ | ||
"name": "omit-deep-lodash", | ||
"description": "Omit object key/values recursively with lodash as only dependency.", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/odynvolk/omit-deep-lodash", | ||
"del": "~3.0.0", | ||
"eslint": "~5.8.0", | ||
"eslint": "~5.9.0", | ||
"gulp": "~4.0.0", | ||
@@ -39,0 +39,0 @@ "gulp-babel": "~7.0.1", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13
43576
74