Socket
Socket
Sign inDemoInstall

simple-async-tasks

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-async-tasks - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

dist/logic/withAsyncTaskExecutionLifecycleEnqueue.d.ts

@@ -58,2 +58,2 @@ import type { LogMethods } from 'simple-leveled-log-methods';

queue: SimpleAsyncTaskSqsQueueContract | SimpleAsyncTaskAnyQueueContract<T>;
}) => (args: P) => Promise<HasMetadata<T, "id" | "uuid" | "createdAt" | "updatedAt" | "effectiveAt">>;
}) => (args: P) => Promise<HasMetadata<T, "id" | "uuid" | "createdAt" | "updatedAt" | "deletedAt" | "effectiveAt">>;

@@ -30,3 +30,3 @@ import { HelpfulError } from '@ehmpathy/error-fns';

}, R extends Record<string, any>>(logic: (args: P & {
task: HasMetadata<T, "id" | "uuid" | "createdAt" | "updatedAt" | "effectiveAt">;
task: HasMetadata<T, "id" | "uuid" | "createdAt" | "updatedAt" | "deletedAt" | "effectiveAt">;
}) => R | Promise<R>, { dao, log, options, }: {

@@ -33,0 +33,0 @@ dao: AsyncTaskDao<T, U, D>;

@@ -5,3 +5,3 @@ {

"description": "A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.",
"version": "1.3.3",
"version": "1.3.4",
"repository": "ehmpathy/simple-async-tasks",

@@ -61,3 +61,3 @@ "homepage": "https://github.com/ehmpathy/simple-async-tasks",

"peerDependencies": {
"type-fns": "^0.9.0"
"type-fns": "^1.13.0"
},

@@ -64,0 +64,0 @@ "devDependencies": {

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