Socket
Socket
Sign inDemoInstall

camelcase-keys

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camelcase-keys - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

20

index.d.ts

@@ -69,12 +69,10 @@ import {CamelCase, PascalCase} from 'type-fest';

: [Deep] extends [true]
? T[P] extends Record<string, any>
? CamelCaseKeys<
T[P],
Deep,
IsPascalCase,
Exclude,
StopPaths,
AppendPath<Path, P>
>
: T[P]
? CamelCaseKeys<
T[P],
Deep,
IsPascalCase,
Exclude,
StopPaths,
AppendPath<Path, P>
>
: T[P];

@@ -183,3 +181,3 @@ }

T extends Record<string, any> | readonly any[],
Options extends camelcaseKeys.Options
Options extends camelcaseKeys.Options = camelcaseKeys.Options
>(

@@ -186,0 +184,0 @@ input: T,

{
"name": "camelcase-keys",
"version": "7.0.0",
"version": "7.0.1",
"description": "Convert object keys to camel case",

@@ -62,2 +62,3 @@ "license": "MIT",

"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.36.1"

@@ -64,0 +65,0 @@ },

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