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

@4cron/job-tools

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4cron/job-tools

A package that provides tools to simplify developing batch jobs for Cronicle.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
1
Weekly downloads
 
Created
Source

Cronicle Job Tools

This repository/directory is home to an NPM package that provides a few different things to simplify developing batch jobs that run in Cronicle.

Features

This section is where I'll break down the features that are made available by the package.

Constants

First things first, constants. I constantly (heh) find myself using the same strings across a number of projects/jobs so I added a section full of my most commonly used constants.

Logging

For example, one thing I'm doing all the time is spitting out a log message that the application has finished successfully or has finished with a non-zero exit code. This is where the ./src/lib/constants/Logging.ts file comes in as it contains a constant for a successful or non-successful execution.

FAQs

Package last updated on 22 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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