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.0.0 to 3.0.1

6

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

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

"dependencies": {},
"typesPublisherContentHash": "28483cc5e176ec8f1d3a1e9796355dde8c3533659e545c4a3c4725afa5f17f72",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "634e854a864e186c8230fa0c258e3a2cf082a7d0cc9a5c554873f7033f3f1419",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Tue, 19 Jul 2022 16:02:26 GMT
* Last updated: Wed, 31 Aug 2022 17:32:44 GMT
* Dependencies: none

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

@@ -760,2 +760,10 @@ import {

/**
* Produce the fully expanded format token for the locale
* Does NOT quote characters, so quoted tokens will not round trip correctly
* @param fmt - the format string
* @param localeOpts - Opts to override the configuration options on this DateTime
*/
static expandFormat(fmt: string, localeOpts?: LocaleOptions): string;
private constructor(config: unknown);

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