Socket
Socket
Sign inDemoInstall

extra-utils

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-utils - npm Package Compare versions

Comparing version 5.7.0 to 5.8.0

lib/reducers/index.d.ts

1

lib/index.d.ts

@@ -14,3 +14,4 @@ export * from './array-like/index.js';

export * from './is-function.js';
export * from './reducers/index.js';
export * from './pipe.js';
export * from './pipe-async.js';

@@ -14,4 +14,5 @@ export * from './array-like/index.js';

export * from './is-function.js';
export * from './reducers/index.js';
export * from './pipe.js';
export * from './pipe-async.js';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "extra-utils",
"version": "5.7.0",
"version": "5.8.0",
"description": "Utilities for JavaScript and Typescript",

@@ -5,0 +5,0 @@ "files": [

@@ -250,2 +250,9 @@ # extra-utils

### Reducers
```ts
function max(result: number, current: number): number
function min(result: number, current: number): number
function sum(result: number, current: number): number
```
### pipe

@@ -252,0 +259,0 @@ ```ts

@@ -14,3 +14,4 @@ export * from './array-like/index.js'

export * from './is-function.js'
export * from './reducers/index.js'
export * from './pipe.js'
export * from './pipe-async.js'

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