@types/later
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -155,4 +155,5 @@ // Type definitions for LaterJS 1.2 | ||
* @param {string} [input] - A string value to parse. | ||
* @param {boolean} [hasSeconds] - Whether the cron expression has second part. | ||
*/ | ||
cron(input?: string): ScheduleData; | ||
cron(input?: string, hasSeconds?: boolean): ScheduleData; | ||
@@ -159,0 +160,0 @@ /** |
{ | ||
"name": "@types/later", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "TypeScript definitions for LaterJS", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0fc01a120979ff6e31cc58088726f9468f35660cb399a3dd5fbe3dd646271999", | ||
"typesPublisherContentHash": "3c4bf0a35629c084e2451d68ac79d938aaaf2061d7c7e88a13b6d94fa203562a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 30 Mar 2017 22:36:50 GMT | ||
* Last updated: Tue, 18 Apr 2017 15:04:41 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: later |
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
22695
4
578