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

croner

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croner - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

10

package.json
{
"name": "croner",
"version": "6.0.3",
"version": "6.0.4",
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",

@@ -76,8 +76,8 @@ "author": "Hexagon <github.com/hexagon>",

"devDependencies": {
"c8": "^7.11.3",
"eslint": "^8.35.0",
"c8": "^7.14.0",
"eslint": "^8.42.0",
"jsdoc": "^4.0.0",
"minitz": "^4.0.0",
"rollup": "^3.18.0",
"typescript": "^5.0.2",
"rollup": "^3.25.1",
"typescript": "^5.1.3",
"uglify-js": "^3.17.1",

@@ -84,0 +84,0 @@ "uvu": "^0.5.6"

@@ -62,4 +62,4 @@ <p align="center">

// ... or CommonJS Require
const Cron = require("croner");
// ... or CommonJS Require, destructure to add type hints
const { Cron } = require("croner");
```

@@ -66,0 +66,0 @@

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