snakecase-keys
Advanced tools
Comparing version 4.0.1 to 4.0.2
'use strict' | ||
const map = require('map-obj') | ||
const snakeCase = require('to-snake-case') | ||
const { snakeCase } = require('snake-case') | ||
@@ -6,0 +6,0 @@ module.exports = function (obj, options) { |
{ | ||
"name": "snakecase-keys", | ||
"main": "index.js", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Convert an object's keys to snake case", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"tape": "^5.0.1", | ||
"tsd": "^0.12.1" | ||
"tsd": "^0.14.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "files": [ | ||
"map-obj": "^4.1.0", | ||
"to-snake-case": "^1.0.0" | ||
"snake-case": "^3.0.4" | ||
}, | ||
@@ -38,0 +38,0 @@ "engines": { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
4438
1
+ Addedsnake-case@^3.0.4
+ Addeddot-case@3.0.4(transitive)
+ Addedlower-case@2.0.2(transitive)
+ Addedno-case@3.0.4(transitive)
+ Addedsnake-case@3.0.4(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedto-snake-case@^1.0.0
- Removedto-no-case@1.0.2(transitive)
- Removedto-snake-case@1.0.0(transitive)
- Removedto-space-case@1.0.0(transitive)