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 1.10.0 to 1.10.1

2

luxon/index.d.ts

@@ -148,2 +148,3 @@ // Type definitions for luxon 1.10

): DateTime;
static fromSeconds(seconds: number, options?: DateTimeOptions): DateTime;
static fromSQL(text: string, options?: DateTimeOptions): DateTime;

@@ -267,2 +268,3 @@ static fromFormat(

toRFC2822(): string;
toSeconds(): number;
toSQL(options?: ToSQLOptions): string;

@@ -269,0 +271,0 @@ toSQLDate(): string;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "353a5b4034d1828e03074200cbc7019d65decdaf534cbf6c38f4f4f7d99947fe",
"typesPublisherContentHash": "67db6c41d58155df1abf60e4ce8a913a187d3635e67ddab93338e648a35e523b",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 22 Jan 2019 17:59:03 GMT
* Last updated: Tue, 22 Jan 2019 18:30:40 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