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.6 to 2.0.7

4

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

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

"dependencies": {},
"typesPublisherContentHash": "67207da97dd2d192057f86b46d6e2c69a556ea6cca8c9bdd7828ac8eac8e9769",
"typesPublisherContentHash": "9e00b49e5345bdea4486a80474f8fe2dffc8571ac8d3909ec9334184b44fc25f",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Mon, 08 Nov 2021 10:01:36 GMT
* Last updated: Tue, 09 Nov 2021 15:01:28 GMT
* Dependencies: none

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

@@ -125,2 +125,10 @@ import { NumberingSystem } from './misc';

/**
* Create a Duration from DurationLike.
*
* @param durationLike
* Either a Luxon Duration, a number of milliseconds, or the object argument to Duration.fromObject()
*/
static fromDurationLike(durationLike: DurationLike): Duration;
/**
* Create a Duration from an ISO 8601 duration string.

@@ -127,0 +135,0 @@ * @see https://en.wikipedia.org/wiki/ISO_8601#Durations

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