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
35
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.6 to 1.1.7

3

dist/pulse/every.d.ts

@@ -0,3 +1,4 @@

import { Job } from '../job';
import { JobOptions } from '../job/repeat-every';
export type EveryMethod = <T extends any>(interval: string, names: string | string[], data?: T, options?: JobOptions) => Promise<any>;
export type EveryMethod = <T extends any>(interval: string, names: string | string[], data?: T, options?: JobOptions) => Promise<Job | Job[] | undefined>;
export declare const every: EveryMethod;

@@ -8,2 +8,3 @@ /// <reference types="node" />

import { CreateMethod } from './create';
import { DatabaseMethod } from './database';
import { DbInitMethod } from './db-init';

@@ -102,3 +103,3 @@ import { DefaultConcurrencyMethod } from './default-concurrency';

get mongo(): MongoMethod;
private get database();
get database(): DatabaseMethod;
private init;

@@ -105,0 +106,0 @@ private bindMethod;

{
"name": "@pulsecron/pulse",
"version": "1.1.6",
"version": "1.1.7",
"description": "The modern MongoDB-powered scheduling library for Node.js",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -22,3 +22,5 @@ <p align="center">

<p align="center">
<a href="https://docs-pulse.pulsecron.com">Documentation</a> | <a href="https://www.pulsecron.com">Website</a>
</p>
<details>

@@ -174,5 +176,4 @@ <summary>Table of Contents</summary><br>

## Getting Started
| Take a look at our [Quick Start](https://docs-pulse.pulsecron.com/quick-start) guide.
#### Installation

@@ -179,0 +180,0 @@

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