Socket
Socket
Sign inDemoInstall

@bjmrq/utils

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjmrq/utils - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

2

dist/src/general-utils/fp.d.ts
/// <reference types="ts-toolbelt" />
export declare const debugLog: <M>(value: M) => M;
export declare const logDebug: <M>(value: M) => M;
export declare const tryCatchAsync: import("Function/Curry").Curry<(_fn: any, _onError: any, _object: any) => Promise<any>>;
export declare const pipeAsync: <T, Y = unknown>(...fns: any[]) => (input?: Y | undefined) => Promise<T>;
export declare const transverse: (functionToExecute: () => Promise<void> | void) => Promise<(<M>(inputToTransverse: M) => Promise<M>)>;

@@ -22,5 +22,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.transverse = exports.pipeAsync = exports.tryCatchAsync = exports.debugLog = void 0;
exports.transverse = exports.pipeAsync = exports.tryCatchAsync = exports.logDebug = void 0;
const R = __importStar(require("ramda"));
exports.debugLog = (value) => {
exports.logDebug = (value) => {
console.log(value);

@@ -27,0 +27,0 @@ return value;

{
"name": "@bjmrq/utils",
"version": "0.0.22",
"version": "0.0.23",
"description": "A toolkit of little utilities",

@@ -5,0 +5,0 @@ "author": "Benjamin Marquis",

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