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
0
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.45.4 to 0.46.0

2

dist/cjs/belt.d.ts

@@ -157,3 +157,3 @@ import type { NoInfer } from 'ts-toolbelt/out/Function/NoInfer';

*/
export declare const assign: <h_object extends {}, h_extend extends {}>(h_object: h_object, h_extend: h_extend) => h_object & h_extend;
export declare const assign: <h_object extends {}, h_extend extends {} = Partial<h_object>>(h_object: h_object, h_extend: h_extend) => h_object & h_extend;
/**

@@ -160,0 +160,0 @@ * @deprecated Use {@link assign} instead

@@ -75,2 +75,6 @@ import type { A, U } from 'ts-toolbelt';

/**
* Returns the values of the given type, extracting the properties of an Object having string keys.
*/
export type ValuesOfStruct<h_struct extends Record<string, any>> = h_struct[Extract<keyof h_struct, string>];
/**
* Union of all TypedArray types

@@ -77,0 +81,0 @@ */

@@ -157,3 +157,3 @@ import type { NoInfer } from 'ts-toolbelt/out/Function/NoInfer';

*/
export declare const assign: <h_object extends {}, h_extend extends {}>(h_object: h_object, h_extend: h_extend) => h_object & h_extend;
export declare const assign: <h_object extends {}, h_extend extends {} = Partial<h_object>>(h_object: h_object, h_extend: h_extend) => h_object & h_extend;
/**

@@ -160,0 +160,0 @@ * @deprecated Use {@link assign} instead

@@ -75,2 +75,6 @@ import type { A, U } from 'ts-toolbelt';

/**
* Returns the values of the given type, extracting the properties of an Object having string keys.
*/
export type ValuesOfStruct<h_struct extends Record<string, any>> = h_struct[Extract<keyof h_struct, string>];
/**
* Union of all TypedArray types

@@ -77,0 +81,0 @@ */

{
"name": "@blake.regalia/belt",
"version": "0.45.4",
"version": "0.46.0",
"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