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

cron-time-generator

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-time-generator - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

12

package.json
{
"name": "cron-time-generator",
"version": "1.2.2",
"version": "1.3.0",
"description": "Cron Time Expression Generator",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"repository": "https://github.com/trapcodeio/cron-time.git",

@@ -24,7 +24,7 @@ "author": "trapcodeio",

"devDependencies": {
"@types/node": "^16.9.1",
"japa": "^3.1.1",
"prettier": "^2.4.0",
"typescript": "^4.4.3"
"@types/node": "^17.0.8",
"japa": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}
const test = require("japa");
const cronTime = require("./");
const cronTime = require("./dist");

@@ -4,0 +4,0 @@ test('everyMinute(): "* * * * *"', (assert) => {

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