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

cron-async

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-async - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

29

package.json
{
"name": "cron-async",
"version": "1.0.0",
"version": "1.0.2",
"description": "Execute something on a schedule, using cron syntax, with async/await support.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": "Ramesh Nair <ram@hiddentao.com>",

@@ -52,2 +53,14 @@ "homepage": "https://hiddentao.github.io/cron-async",

},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "mocha",
"test-watch": "mocha --watch --parallel",
"build-docs": "rm -rf ./docs && typedoc",
"publish-docs": "npm run build-docs && gh-pages -d docs",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish-docs",
"release": "release-it",
"commitlint": "commitlint --edit"
},
"husky": {

@@ -62,12 +75,6 @@ "hooks": {

},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "mocha",
"test-watch": "mocha --watch --parallel",
"build-docs": "rm -rf ./docs && typedoc",
"publish-docs": "npm run build-docs && gh-pages -d docs",
"release": "release-it",
"commitlint": "commitlint --edit"
"engineStrict": true,
"engines": {
"node": ">=20.0.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