deprecated-obj
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "deprecated-obj", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Compares deprecations against a configuration object, and returns a compliant object and violations", | ||
@@ -20,4 +20,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"flat": "^4.1.0", | ||
"lodash": "^4.17.11" | ||
"flat": "^5.0.2", | ||
"lodash": "^4.17.20" | ||
}, | ||
@@ -29,3 +29,6 @@ "repository": { | ||
"homepage": "https://github.com/webpro/deprecated-obj#readme", | ||
"bugs": "https://github.com/webpro/deprecated-obj/issues" | ||
"bugs": "https://github.com/webpro/deprecated-obj/issues", | ||
"engines": { | ||
"node": ">=10" | ||
} | ||
} |
@@ -55,5 +55,5 @@ # deprecated-obj | ||
} | ||
for(let deprecated in violations) { | ||
for (let deprecated in violations) { | ||
console.warn(`The "${deprecated}" option is deprecated. Please use "${violations[deprecated]}" instead.`); | ||
}; | ||
} | ||
``` | ||
@@ -60,0 +60,0 @@ |
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
6170
5
+ Addedflat@5.0.2(transitive)
- Removedflat@4.1.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedflat@^5.0.2
Updatedlodash@^4.17.20