snakecase-keys
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "snakecase-keys", | ||
"main": "index.js", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Convert an object's keys to snake case", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "standard && tape test.js" | ||
"test": "standard && tape test.js && tsd" | ||
}, | ||
@@ -25,7 +25,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"standard": "^12.0.1", | ||
"tape": "^4.0.0", | ||
"standard": "^12.0.1" | ||
"tsd": "^0.7.3" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
@@ -32,0 +34,0 @@ "dependencies": { |
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
4372
5
46
3