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

@types/later

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/later - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

later/LICENSE

3

later/index.d.ts

@@ -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

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