Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opencreek/ext

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencreek/ext - npm Package Compare versions

Comparing version 2.7.4--canary.37.8708724432.0 to 2.7.4--canary.37.8709106225.0

2

build/collections.d.ts

@@ -10,4 +10,4 @@ type PairSplit<T> = T extends [infer F, infer L] ? [Chain<F>, Chain<L>] : never;

} ? Chain<U> : Chain<T>;
export declare function objChain<K extends string | number | symbol, T>(value: Record<K, T> | ObjectChain<K, T> | Chain<readonly [K, T]>): ObjectChain<K, T>;
export declare function objChain<K extends string | number | symbol, T>(value: Partial<Record<K, T>>): ObjectChain<K, T, Partial<Record<K, T>>>;
export declare function objChain<K extends string | number | symbol, T>(value: Record<K, T> | ObjectChain<K, T> | Chain<readonly [K, T]>): ObjectChain<K, T>;
export declare function objChain<_K extends string | number | symbol, _T>(value: undefined | null): undefined;

@@ -14,0 +14,0 @@ export declare function objChain<K extends string | number | symbol, T>(value: Record<K, T> | ObjectChain<K, T> | Chain<readonly [K, T]> | undefined | null): ObjectChain<K, T> | undefined;

{
"name": "@opencreek/ext",
"version": "2.7.4--canary.37.8708724432.0",
"version": "2.7.4--canary.37.8709106225.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -46,7 +46,7 @@ import {

export function objChain<K extends string | number | symbol, T>(
value: Record<K, T> | ObjectChain<K, T> | Chain<readonly [K, T]>,
): ObjectChain<K, T>
export function objChain<K extends string | number | symbol, T>(
value: Partial<Record<K, T>>,
): ObjectChain<K, T, Partial<Record<K, T>>>
export function objChain<K extends string | number | symbol, T>(
value: Record<K, T> | ObjectChain<K, T> | Chain<readonly [K, T]>,
): ObjectChain<K, T>
export function objChain<_K extends string | number | symbol, _T>(

@@ -53,0 +53,0 @@ value: undefined | null,

Sorry, the diff of this file is not supported yet

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