snakecase-keys
Advanced tools
Comparing version 2.1.0 to 3.0.0
{ | ||
"name": "snakecase-keys", | ||
"main": "index.js", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "Convert an object's keys to snake case", | ||
@@ -31,8 +31,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"map-obj": "~3.0.0", | ||
"to-snake-case": "~1.0.0" | ||
"map-obj": "^4.0.0", | ||
"to-snake-case": "^1.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
} | ||
} |
@@ -58,2 +58,3 @@ # snakecase-keys [![Build Status](https://travis-ci.org/bendrucker/snakecase-keys.svg?branch=master)](https://travis-ci.org/bendrucker/snakecase-keys) [![Greenkeeper badge](https://badges.greenkeeper.io/bendrucker/snakecase-keys.svg)](https://greenkeeper.io/) | ||
* [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) | ||
* [kebabcase-keys](https://github.com/mattiloh/kebabcase-keys) | ||
@@ -60,0 +61,0 @@ ## License |
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
3551
63
+ Addedmap-obj@4.3.0(transitive)
- Removedmap-obj@3.0.0(transitive)
Updatedmap-obj@^4.0.0
Updatedto-snake-case@^1.0.0