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 0.2.0 to 0.2.1

4

luxon/index.d.ts

@@ -91,2 +91,3 @@ // Type definitions for luxon 0.2

): DateTime;
static fromSQL(text: string, options?: DateTimeOptions): DateTime;
static fromString(

@@ -184,2 +185,5 @@ text: string,

toRFC2822(): string;
toSQL(options?: Object): string;
toSQLDate(): string;
toSQLTime(options?: Object): string;
toString(): string;

@@ -186,0 +190,0 @@ toUTC(offset?: number, options?: ZoneOptions): DateTime;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "fe225bc8a3fdbc1e32862aef9688db95da9838ef0bc32940bd31afb8c274e6b4",
"typesPublisherContentHash": "dd460db326793ebf6c2c6fa9c9b4935c7e7d87a1e442ac0a704f8c6127679e8e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 21 Dec 2017 23:28:36 GMT
* Last updated: Tue, 02 Jan 2018 20:55:45 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