@types/cron
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -17,2 +17,3 @@ // Type definitions for cron 1.2 | ||
stop(): void; | ||
running: boolean | undefined; | ||
} | ||
@@ -19,0 +20,0 @@ export declare var CronJob: CronJobStatic; |
{ | ||
"name": "@types/cron", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for cron", | ||
"license": "MIT", | ||
"author": "Hiroki Horiuchi <https://github.com/horiuchi>", | ||
"contributors": [ | ||
{ | ||
"name": "Hiroki Horiuchi", | ||
"url": "https://github.com/horiuchi" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +20,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e371c62973985d3dee7e0bbf5d0f7b6f9be6d574a59ed007190170f772ee1298", | ||
"typesPublisherContentHash": "5e0c21d9e0bd9306183d2617107fe41f82367b32358a8ac5986a2eca652edeee", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/cron | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cron | ||
Additional Details | ||
* Last updated: Sat, 04 Feb 2017 02:33:08 GMT | ||
* Last updated: Fri, 28 Apr 2017 02:11:04 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3166
21