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

@types/cron

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cron - npm Package Compare versions

Comparing version 1.0.30 to 1.2.0

6

cron/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for cron 1.0.9
// Type definitions for cron 1.2
// Project: https://www.npmjs.com/package/cron

@@ -9,5 +9,5 @@ // Definitions by: Hiroki Horiuchi <https://github.com/horiuchi>

interface CronJobStatic {
new (cronTime: string | Date, onTick: () => void, onComplete?: () => void, start?: boolean, timeZone?: string, context?: any): CronJob;
new (cronTime: string | Date, onTick: () => void, onComplete?: () => void, start?: boolean, timeZone?: string, context?: any, runOnInit?: boolean): CronJob;
new (options: {
cronTime: string | Date; onTick: () => void; onComplete?: () => void; start?: boolean; timeZone?: string; context?: any
cronTime: string | Date; onTick: () => void; onComplete?: () => void; start?: boolean; timeZone?: string; context?: any; runOnInit?: boolean
}): CronJob;

@@ -14,0 +14,0 @@ }

{
"name": "@types/cron",
"version": "1.0.30",
"description": "TypeScript definitions for cron 1.0.9",
"version": "1.2.0",
"description": "TypeScript definitions for cron",
"license": "MIT",

@@ -14,4 +14,5 @@ "author": "Hiroki Horiuchi <https://github.com/horiuchi>",

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "04b0acb9dd13a1ee51d097e7830b3c476a8d378e3519bd313c443bbcf5419661"
"peerDependencies": {},
"typesPublisherContentHash": "e371c62973985d3dee7e0bbf5d0f7b6f9be6d574a59ed007190170f772ee1298",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for cron 1.0.9 (https://www.npmjs.com/package/cron).
This package contains type definitions for cron (https://www.npmjs.com/package/cron).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/cron
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/cron
Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Sat, 04 Feb 2017 02:33:08 GMT
* Dependencies: none
* Global values: none

@@ -17,0 +15,0 @@

{
"authors": "Hiroki Horiuchi <https://github.com/horiuchi>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "cron 1.0.9",
"typingsPackageName": "cron",
"projectName": "https://www.npmjs.com/package/cron",
"name": "cron",
"libraryName": "cron",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [],
"declaredModules": [
"cron"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "04b0acb9dd13a1ee51d097e7830b3c476a8d378e3519bd313c443bbcf5419661"
"data": {
"authors": "Hiroki Horiuchi <https://github.com/horiuchi>",
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 1,
"libraryMinorVersion": 2,
"typeScriptVersion": "2.0",
"libraryName": "cron",
"typingsPackageName": "cron",
"projectName": "https://www.npmjs.com/package/cron",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"cron/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "e371c62973985d3dee7e0bbf5d0f7b6f9be6d574a59ed007190170f772ee1298"
},
"isLatest": true
}
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