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

ts-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
916
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-toolbelt - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

4

out/types/src/Function/Compose.d.ts

@@ -14,3 +14,3 @@ import { Arrow } from './Arrow';

/** Compute what the input of **`Compose`** should be
* @param Fnss to compose
* @param Fns to compose
* @example

@@ -22,3 +22,3 @@ */

/** Compose **`Function`**s together like **`compose()`**
* @param Fnss to compose
* @param Fns to compose
* @returns **`Function`**

@@ -25,0 +25,0 @@ * @example

@@ -12,3 +12,3 @@ import { Arrow } from './Arrow';

/** Compute what the input of **`Pipe`** should be
* @param Fnss to pipe
* @param Fns to pipe
* @example

@@ -20,3 +20,3 @@ */

/** Pipe **`Function`**s together like **`pipe()`**
* @param Fnss to pipe
* @param Fns to pipe
* @returns **`Function`**

@@ -23,0 +23,0 @@ * @example

@@ -8,3 +8,3 @@ import { ExcludeKeys } from './ExcludeKeys';

* @param O1 to remove out
* @param match (?=`'default'`) to change precision
* @param match to change precision (?=`'default'`)
* @returns **`object`**

@@ -11,0 +11,0 @@ * @example

@@ -11,3 +11,3 @@ import { Keys } from './Keys';

* @param O1 to remove the keys out
* @param match (?=`'default'`) to change precision
* @param match to change precision (?=`'default'`)
* @returns **`keyof`**

@@ -14,0 +14,0 @@ * @example

@@ -7,3 +7,3 @@ import { FilterKeys } from './FilterKeys';

* @param M to select fields
* @param match (?=`'default'`) to change precision
* @param match to change precision (?=`'default'`)
* @returns **`object`**

@@ -10,0 +10,0 @@ * @example

@@ -7,3 +7,3 @@ import { Match } from '../Any/_Internal';

* @param M to select fields
* @param match (?=`'default'`) to change precision
* @param match to change precision (?=`'default'`)
* @returns **`keyof`**

@@ -10,0 +10,0 @@ * @example

@@ -7,4 +7,4 @@ import { Match } from '../Any/_Internal';

* @param K to choose field
* @param M (?=`any`) to check field type
* @param match (?=`'default'`) to change precision
* @param M to check field type (?=`any`)
* @param match to change precision (?=`'default'`)
* @returns **`true`** or **`false`**

@@ -11,0 +11,0 @@ * @example

@@ -7,4 +7,4 @@ import { Match } from '../Any/_Internal';

* @param Path to be followed
* @param M (?=`any`) to check field type
* @param match (?=`'default'`) to change precision
* @param M to check field type (?=`any`)
* @param match to change precision (?=`'default'`)
* @returns **`true`** or **`false`**

@@ -11,0 +11,0 @@ * @example

@@ -7,4 +7,4 @@ import { HasPath as OHasPath } from '../Object/HasPath';

* @param Path to be followed
* @param K to choose fields (?=`keyof O`)
* @param depth to do it deeply (?=`'flat'`)
* @param M to check entry type (?=`any`)
* @param match to change precision (?=`'default'`)
* @returns **`true`** or **`false`**

@@ -11,0 +11,0 @@ * @example

@@ -11,3 +11,3 @@ import { Replace as OReplace } from '../Object/Replace';

* @param A to update with
* @param modx to set modifiers (?=['!', 'W'])
* @param modx to set modifiers (?=`['!', 'W']`)
* @returns **`List`**

@@ -14,0 +14,0 @@ * @example

{
"name": "ts-toolbelt",
"version": "0.0.15",
"version": "0.0.16",
"license": "AGPL-3.0-only",

@@ -5,0 +5,0 @@ "author": "Pierre-Antoine Mills",

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