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.8709106225.0 to 2.7.4--canary.37.8709145840.0

2

build/collections.d.ts

@@ -10,3 +10,3 @@ 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: Record<K, T> | ObjectChain<K, T> | Chain<readonly [K, T]>): ObjectChain<K, T, Record<K, T>>;
export declare function objChain<K extends string | number | symbol, T>(value: Partial<Record<K, T>>): ObjectChain<K, T, Partial<Record<K, T>>>;

@@ -13,0 +13,0 @@ export declare function objChain<_K extends string | number | symbol, _T>(value: undefined | null): undefined;

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

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

@@ -47,3 +47,3 @@ import {

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

@@ -50,0 +50,0 @@ value: Partial<Record<K, T>>,

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