Socket
Socket
Sign inDemoInstall

extra-utils

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.8.0 to 5.9.0

lib/reducers/product.d.ts

1

lib/reducers/index.d.ts
export * from './max.js';
export * from './min.js';
export * from './sum.js';
export * from './product.js';
export * from './max.js';
export * from './min.js';
export * from './sum.js';
export * from './product.js';
//# sourceMappingURL=index.js.map

2

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

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

@@ -255,2 +255,3 @@ # extra-utils

function sum(result: number, current: number): number
function product(result: number, current: number): number
```

@@ -257,0 +258,0 @@

export * from './max.js'
export * from './min.js'
export * from './sum.js'
export * from './product.js'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc