Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

snakecase-keys

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snakecase-keys - npm Package Compare versions

Comparing version 5.4.3 to 5.4.4

4

index.d.ts

@@ -54,3 +54,5 @@ import { SnakeCase } from "type-fest";

{
[P in keyof T]: SnakeCaseKeys<T[P], Deep, Exclude>;
[P in keyof T]: T[P] extends Record<string, any> | readonly any[]
? SnakeCaseKeys<T[P], Deep, Exclude>
: T[P];
}

@@ -57,0 +59,0 @@ : T extends Record<string, any>

{
"name": "snakecase-keys",
"main": "index.js",
"version": "5.4.3",
"version": "5.4.4",
"description": "Convert an object's keys to snake case",

@@ -26,3 +26,3 @@ "license": "MIT",

"tape": "^5.0.1",
"tsd": "^0.22.0"
"tsd": "^0.23.0"
},

@@ -29,0 +29,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc