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

@enterprise_search/kleislis

Package Overview
Dependencies
Maintainers
0
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enterprise_search/kleislis - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

dist/src/throttling.d.ts
/// <reference types="node" />
import { K0, K1, K2, K3, K4, K5 } from "./kleisli";
import { Timeservice } from "@itsmworkbench/utils/dist/src/timeservice";
import { Timeservice } from "@itsmworkbench/utils";
export type Throttling = {

@@ -5,0 +5,0 @@ current?: number;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.stopThrottling = exports.startThrottling = exports.withThrottle = void 0;
const timeservice_1 = require("@itsmworkbench/utils/dist/src/timeservice");
const utils_1 = require("@itsmworkbench/utils");
function withThrottle(throttle, fn) {

@@ -46,3 +46,3 @@ // Start the throttling interval only once when `withThrottle` is called

}
function startThrottling(throttle, timeService = timeservice_1.DateTimeService) {
function startThrottling(throttle, timeService = utils_1.DateTimeService) {
if (throttle.intervalId || throttle.kill)

@@ -49,0 +49,0 @@ return; // Idempotently handle already running intervals

{
"name": "@enterprise_search/kleislis",
"description": "functions that have inputs, returns promises, and non functionals around them",
"version": "0.6.2",
"version": "0.6.3",
"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