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.5-dev.0 to 6.0.5

16

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

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

"cron",
"front-end",
"backend",
"parser",
"croner",
"schedule",
"sheduler",
"front-end",
"backend",
"scheduler",
"timer",

@@ -47,8 +47,7 @@ "task",

"test:bun": "bun wiptest test/bun",
"test:coverage": "c8 --include=src npm test",
"test:lint": "eslint ./**/*.js ./**/*.cjs",
"test:lint:fix": "eslint --fix ./**/*.js ./**/*.cjs",
"test:ts": "tsc --strict --noEmit ./test/node/ts/basics.ts",
"build": "npm update && npm run build:precleanup && npm run test:lint && npm run build:dist && npm run build:typings && npm run build:minify && npm run test:coverage && npm run test:dist",
"build:ci": "npm run test:lint && npm run build:dist && npm run build:typings && npm run test:coverage && npm run test:dist",
"build": "npm update && npm run build:precleanup && npm run test:lint && npm run build:dist && npm run build:typings && npm run build:minify && npm run test:dist",
"build:ci": "npm run test:lint && npm run build:dist && npm run build:typings && npm run test:dist",
"build:precleanup": "(rm -rf types/* || del /Q types\\*) && (rm -rf dist/* || del /Q dist\\*)",

@@ -80,4 +79,3 @@ "build:dist": "rollup -c ./rollup.config.js",

"devDependencies": {
"c8": "^7.14.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"jsdoc": "^4.0.0",

@@ -84,0 +82,0 @@ "minitz": "^4.0.0",

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

More [examples](#examples)...
More [examples](https://github.com/Hexagon/croner/blob/master/docs/EXAMPLES.md)...

@@ -50,0 +50,0 @@ ## Installation

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