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

@appolo/utils

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appolo/utils - npm Package Compare versions

Comparing version 8.0.23 to 8.0.24

4

lib/chain.ts

@@ -151,7 +151,7 @@ import {Arrays} from "./arrays";

public keyBy(key?: string | ((item: K, index: number) => string)): { [index: string]: T } {
public keyBy(key?: string | ((item: K, index: number) => string)): { [index: string]: K } {
return Arrays.keyBy(this._value, key)
}
public groupBy(key: string | number | ((item: K) => string | number)): { [index: string]: T[] } {
public groupBy(key: string | number | ((item: K) => string | number)): { [index: string]: K[] } {

@@ -158,0 +158,0 @@ return Arrays.groupBy(this._value, key);

@@ -20,3 +20,3 @@ {

"main": "./index.js",
"version": "8.0.23",
"version": "8.0.24",
"license": "MIT",

@@ -23,0 +23,0 @@ "repository": {

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