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

cron

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [3.2.1](https://github.com/kelektiv/node-cron/compare/v3.2.0...v3.2.1) (2024-11-12)
### πŸ›  Builds
* migrate eslint config to flat style ([#913](https://github.com/kelektiv/node-cron/issues/913)) ([38c1044](https://github.com/kelektiv/node-cron/commit/38c104492a229123bbbaf0dad943fee2122ece72)), closes [#899](https://github.com/kelektiv/node-cron/issues/899)
## [3.2.0](https://github.com/kelektiv/node-cron/compare/v3.1.9...v3.2.0) (2024-11-12)

@@ -2,0 +8,0 @@

9

package.json
{
"name": "cron",
"description": "Cron jobs for your node",
"version": "3.2.0",
"version": "3.2.1",
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)",

@@ -17,3 +17,3 @@ "bugs": {

"build": "tsc -b tsconfig.build.json",
"lint:eslint": "eslint src/ tests/ --ext .ts",
"lint:eslint": "eslint src/ tests/",
"lint:prettier": "prettier ./**/*.{json,md,yml} --check",

@@ -33,2 +33,3 @@ "lint": "npm run lint:eslint && npm run lint:prettier",

"@commitlint/cli": "19.5.0",
"@eslint/js": "^9.14.0",
"@fast-check/jest": "2.0.3",

@@ -46,3 +47,2 @@ "@insurgent/commitlint-config": "20.0.0",

"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"chai": "4.5.0",

@@ -59,3 +59,4 @@ "eslint": "8.57.1",

"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.6.3",
"typescript-eslint": "^7.2.0"
},

@@ -62,0 +63,0 @@ "keywords": [

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