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 3.4.1 to 3.4.2

4

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

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

"dependencies": {},
"typesPublisherContentHash": "10c7726353ff5f757ef32801ad3cc5969cfe2e18344ca73574cc13d1510dd9c0",
"typesPublisherContentHash": "83a770fd2e692c43654e302f45c777063f107c3ff280ada4a4e2a8f13d1f19f8",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Sun, 14 Jan 2024 21:35:25 GMT
* Last updated: Fri, 19 Jan 2024 22:06:57 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

@@ -482,3 +482,3 @@ import { CanBeInvalid, DefaultValidity, IfValid, Invalid, Valid } from "./_util";

*/
get invalidReason(): IfValid<string, null, IsValid>;
get invalidReason(): IfValid<null, string, IsValid>;

@@ -488,3 +488,3 @@ /**

*/
get invalidExplanation(): IfValid<string | null, null, IsValid>;
get invalidExplanation(): IfValid<null, string | null, IsValid>;

@@ -491,0 +491,0 @@ /**

@@ -111,3 +111,3 @@ import { CanBeInvalid, DefaultValidity, IfValid, Invalid, Valid } from "./_util";

*/
get invalidReason(): IfValid<string, null, IsValid>;
get invalidReason(): IfValid<null, string, IsValid>;

@@ -117,3 +117,3 @@ /**

*/
get invalidExplanation(): IfValid<string | null, null, IsValid>;
get invalidExplanation(): IfValid<null, string | null, IsValid>;

@@ -120,0 +120,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