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 2.0.2 to 2.0.3

4

luxon/package.json
{
"name": "@types/luxon",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for luxon",

@@ -73,4 +73,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon",

"dependencies": {},
"typesPublisherContentHash": "a0e87243f7289924b3a2e57472499f426df5c14f2ea0e4e8fb634458acfe23f2",
"typesPublisherContentHash": "a499829920c30a810c5379b15b1c2592bd0f13d63884f44302028bd00b6c3a25",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Sun, 29 Aug 2021 20:01:26 GMT
* Last updated: Sun, 05 Sep 2021 16:31:23 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `luxon`

@@ -552,3 +552,3 @@ import {

*/
static isDateTime(o: object): o is DateTime;
static isDateTime(o: unknown): o is DateTime;

@@ -555,0 +555,0 @@ // INFO

@@ -167,3 +167,3 @@ import { NumberingSystem } from './misc';

*/
static isDuration(o: object): o is Duration;
static isDuration(o: unknown): o is Duration;

@@ -170,0 +170,0 @@ /**

@@ -75,3 +75,3 @@ import { DateTime, DateObjectUnits, DateTimeOptions, DiffOptions, ToISOTimeOptions } from './datetime';

*/
static isInterval(o: object): o is Interval;
static isInterval(o: unknown): o is Interval;

@@ -78,0 +78,0 @@ /**

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