New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flock/kotlin-ts

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flock/kotlin-ts - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

esm/Iterable.d.ts

@@ -362,3 +362,3 @@ import { Sequence } from "@flock/kotlin-ts/Sequence";

*/
export declare const groupBy: <T, K, V>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>;
export declare const groupBy: <T, K, V = T>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>;
/**

@@ -365,0 +365,0 @@ * Groups values returned by the [valueTransform] function applied to each element of the original collection

@@ -362,3 +362,3 @@ import { Sequence } from "@flock/kotlin-ts/Sequence";

*/
export declare const groupBy: <T, K, V>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>;
export declare const groupBy: <T, K, V = T>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>;
/**

@@ -365,0 +365,0 @@ * Groups values returned by the [valueTransform] function applied to each element of the original collection

{
"name": "@flock/kotlin-ts",
"version": "0.0.15",
"version": "0.0.16",
"author": "Kasper Peulen",

@@ -5,0 +5,0 @@ "license": "MIT",

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