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

@types/luxon

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/luxon - npm Package Compare versions

Comparing version 0.2.6 to 0.5.0

8

luxon/index.d.ts

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

// Type definitions for luxon 0.2
// Type definitions for luxon 0.5
// Project: https://github.com/moment/luxon#readme

@@ -169,2 +169,3 @@ // Definitions by: Colby DeHart <https://github.com/colbydehart>

outputCalendar: string;
quarter: number;
second: number;

@@ -256,2 +257,3 @@ weekNumber: number;

numberingSystem: string;
quarters: number;
seconds: number;

@@ -341,3 +343,3 @@ weeks: number;

count(unit?: string): number;
difference(...intervals: Interval[]): Interval;
difference(...intervals: Interval[]): Interval[];
divideEqually(numberOfParts?: number): Interval[];

@@ -379,3 +381,3 @@ engulfs(other: Interval): boolean;

let now: () => number;
function resetCache(): void;
function resetCaches(): void;
}

@@ -382,0 +384,0 @@

{
"name": "@types/luxon",
"version": "0.2.6",
"version": "0.5.0",
"description": "TypeScript definitions for luxon",

@@ -30,4 +30,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "dd5dc14ca752723669c2bc9aa42e3c2e12c1a44dc26bb4b270ba0a6e04c566f9",
"typesPublisherContentHash": "e4342361ecbcae3e77c8e668dd8fd653bbd8e5b7558696d9315713ac10d30941",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 26 Feb 2018 22:52:03 GMT
* Last updated: Wed, 28 Feb 2018 23:22:44 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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