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.2 to 5.4.3

4

index.d.ts

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

: SnakeCase<P>]: [Deep] extends [true]
? T[P] extends Record<string, any>
? T[P] extends Record<string, any> | undefined
? SnakeCaseKeys<T[P], Deep, Exclude, AppendPath<Path, P & string>>

@@ -83,3 +83,3 @@ : T[P]

readonly exclude?: ReadonlyArray<string | RegExp>;
/**

@@ -86,0 +86,0 @@ Options object that gets passed to snake-case parsing function.

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

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

"tape": "^5.0.1",
"tsd": "^0.20.0"
"tsd": "^0.22.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