You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

type-fest

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-fest - npm Package Compare versions

Comparing version
5.3.0
to
5.3.1
+1
-1
package.json
{
"name": "type-fest",
"version": "5.3.0",
"version": "5.3.1",
"description": "A collection of essential TypeScript types",

@@ -5,0 +5,0 @@ "license": "(MIT OR CC0-1.0)",

@@ -215,3 +215,3 @@ import type {LiteralUnion} from './literal-union.d.ts';

type DependencyOverrides = {
[packageName: string]: string | undefined | DependencyOverrides;
[packageName in string]: string | undefined | DependencyOverrides;
};

@@ -218,0 +218,0 @@