New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blake.regalia/belt

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blake.regalia/belt - npm Package Compare versions

Comparing version 0.35.1 to 0.35.2

2

dist/cjs/types.d.ts

@@ -69,3 +69,3 @@ import type { A, U } from 'ts-toolbelt';

*/
export type StringKeysOf<w_type> = w_type extends ArrayLike<any> ? `${bigint}` : w_type extends Record<infer s_key, any> ? Extract<s_key, string> : never;
export type StringKeysOf<w_type> = w_type extends ArrayLike<any> ? `${bigint}` : w_type extends Record<infer z_key, any> ? z_key extends boolean | number | bigint | string | null | undefined ? `${z_key}` : never : never;
/**

@@ -72,0 +72,0 @@ * Returns the values of the given type, extracting the values of an Array, or the properties of an Object.

@@ -69,3 +69,3 @@ import type { A, U } from 'ts-toolbelt';

*/
export type StringKeysOf<w_type> = w_type extends ArrayLike<any> ? `${bigint}` : w_type extends Record<infer s_key, any> ? Extract<s_key, string> : never;
export type StringKeysOf<w_type> = w_type extends ArrayLike<any> ? `${bigint}` : w_type extends Record<infer z_key, any> ? z_key extends boolean | number | bigint | string | null | undefined ? `${z_key}` : never : never;
/**

@@ -72,0 +72,0 @@ * Returns the values of the given type, extracting the values of an Array, or the properties of an Object.

{
"name": "@blake.regalia/belt",
"version": "0.35.1",
"version": "0.35.2",
"repository": "github:blake-regalia/belt",

@@ -5,0 +5,0 @@ "license": "ISC",

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