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

@pulsecron/pulse

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulsecron/pulse - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

2

dist/pulse/define.d.ts

@@ -16,4 +16,4 @@ import { Job, JobAttributesData } from '../job';

}
export type Processor<T extends JobAttributesData> = (job: Job<T>, done: () => void) => void | Promise<void>;
export type Processor<T extends JobAttributesData> = (job: Job<T>, done: (error?: Error, result?: unknown) => void) => unknown | Promise<unknown>;
export type DefineMethod = <T extends JobAttributesData>(name: string, processor: Processor<T>, options?: DefineOptions) => void;
export declare const define: DefineMethod;
{
"name": "@pulsecron/pulse",
"version": "1.1.10",
"version": "1.1.11",
"description": "The modern MongoDB-powered scheduling library for Node.js",

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