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

@db-auto/utils

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-auto/utils - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

dist/src/utils.d.ts

@@ -7,3 +7,3 @@ import { NameAnd } from "./nameAnd";

export declare function flatten<T>(t: T[][]): T[];
export declare function flatMap<From, To>(ts: From[], fn: (from: From) => To[]): To[];
export declare function flatMap<From, To>(ts: From[], fn: (from: From, i: number) => To[]): To[];
export declare function foldK<Acc, V>(vs: V[], zero: Acc, foldFn: (acc: Acc, v: V) => Promise<Acc>): Promise<Acc>;

@@ -10,0 +10,0 @@ export declare function mapK<V, To>(vs: V[], fn: (v: V) => Promise<To>): Promise<To[]>;

{
"name": "@db-auto/utils",
"description": "",
"version": "0.0.17",
"version": "0.0.18",
"main": "dist/index",

@@ -6,0 +6,0 @@ "types": "dist/index",

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