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.4.4 to 1.5.0

dist/pulse/count-jobs.d.ts

2

dist/pulse/index.d.ts

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

import { CloseMethod } from './close';
import { CountJobsMethod } from './count-jobs';
import { CreateMethod } from './create';

@@ -95,2 +96,3 @@ import { DatabaseMethod } from './database';

get jobs(): JobsMethod;
get countJobs(): CountJobsMethod;
get lockLimit(): LockLimitMethod;

@@ -97,0 +99,0 @@ get maxConcurrency(): MaxConcurrencyMethod;

@@ -9,2 +9,3 @@ "use strict";

const close_1 = require("./close");
const count_jobs_1 = require("./count-jobs");
const create_1 = require("./create");

@@ -136,2 +137,5 @@ const database_1 = require("./database");

}
get countJobs() {
return this.bindMethod('countJobs', count_jobs_1.countJobs);
}
get lockLimit() {

@@ -138,0 +142,0 @@ return this.bindMethod('lockLimit', lock_limit_1.lockLimit);

2

package.json
{
"name": "@pulsecron/pulse",
"version": "1.4.4",
"version": "1.5.0",
"description": "The modern MongoDB-powered scheduling library for Node.js",

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

@@ -288,6 +288,6 @@ <p align="center">

- [X] **Add Support for Latest Mongoose Version(8.x.x)**: Upgrade Pulse to be fully compatible with the latest version of Mongoose. This will enable Pulse to leverage the newest features and improvements in Mongoose, ensuring better performance, stability, and security for applications that rely on MongoDB through Mongoose.
- [ ] **Refactoring to Modern TypeScript Syntax**: Undertake a comprehensive refactor of the codebase to utilize modern TypeScript features and syntax. This refactoring will improve code readability, maintainability, and make it easier for new contributors to understand and contribute to the project.
- [ ] **Resolving Issues in Existing Agenda Projects**: Actively address and resolve outstanding issues within the original Agenda project. This initiative not only aids the community by improving the legacy codebase but also informs the development of Pulse by identifying and addressing past challenges.
- [X] **Refactoring to Modern TypeScript Syntax**: Undertake a comprehensive refactor of the codebase to utilize modern TypeScript features and syntax. This refactoring will improve code readability, maintainability, and make it easier for new contributors to understand and contribute to the project.
- [X] **Resolving Issues in Existing Agenda Projects**: Actively address and resolve outstanding issues within the original Agenda project. This initiative not only aids the community by improving the legacy codebase but also informs the development of Pulse by identifying and addressing past challenges.
- [ ] **Rewrite Test Code**: Revamp our testing suite to increase coverage and ensure tests are up-to-date with modern testing practices. This rewrite aims to enhance test reliability and efficiency, facilitating smoother development and deployment cycles.
- [ ] **Rewrite Documentation**: Completely revise and update the documentation to reflect all new changes and features, ensure clarity of information, and improve navigation and readability for developers. This effort will include new getting started guides, API documentation, and use case examples to facilitate easier adoption and implementation by users.
- [X] **Rewrite Documentation**: Completely revise and update the documentation to reflect all new changes and features, ensure clarity of information, and improve navigation and readability for developers. This effort will include new getting started guides, API documentation, and use case examples to facilitate easier adoption and implementation by users.
---

@@ -294,0 +294,0 @@ <br/>

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