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

extra-lists

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-lists - npm Package Compare versions

Comparing version 2.0.81 to 2.0.82

2

index.d.ts

@@ -236,3 +236,3 @@ declare module 'extra-lists' {

s */
export function map<T, U, V>(x: Lists<T, U>, fm: mapFn<T, U, V>): Generator<never, any[][], unknown>;
export function map<T, U, V>(x: Lists<T, U>, fm: mapFn<T, U, V>): any[][];
/**

@@ -239,0 +239,0 @@ * Finds largest value.

@@ -673,3 +673,3 @@ 'use strict';

}
return [vs, ks];
return [ks, vs];
}

@@ -1642,3 +1642,3 @@

function* map$1(x, fm) {
function map$1(x, fm) {
var ks = [], vs = [];

@@ -1645,0 +1645,0 @@ for (var [k, v] of entries(x)) {

{
"name": "extra-lists",
"version": "2.0.81",
"version": "2.0.82",
"description": "Standard utility methods for Lists.<br>",

@@ -5,0 +5,0 @@ "main": "index.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