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

remeda

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remeda - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

2

dist/commonjs/mapValues.d.ts

@@ -23,3 +23,3 @@ /**

*/
export declare function mapValues<T extends object, S>(fn: (key: keyof T, value: T[keyof T]) => S): (object: T) => Record<keyof T, S>;
export declare function mapValues<T extends object, S>(fn: (value: T[keyof T], key: keyof T) => S): (object: T) => Record<keyof T, S>;
//# sourceMappingURL=mapValues.d.ts.map

@@ -23,3 +23,3 @@ /**

*/
export declare function mapValues<T extends object, S>(fn: (key: keyof T, value: T[keyof T]) => S): (object: T) => Record<keyof T, S>;
export declare function mapValues<T extends object, S>(fn: (value: T[keyof T], key: keyof T) => S): (object: T) => Record<keyof T, S>;
//# sourceMappingURL=mapValues.d.ts.map
{
"name": "remeda",
"version": "0.0.21",
"version": "0.0.22",
"description": "A utility library for JavaScript and Typescript.",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

@@ -28,3 +28,3 @@ /**

export function mapValues<T extends object, S>(
fn: (key: keyof T, value: T[keyof T]) => S
fn: (value: T[keyof T], key: keyof T) => S
): (object: T) => Record<keyof T, S>;

@@ -31,0 +31,0 @@

Sorry, the diff of this file is not supported yet

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