Socket
Socket
Sign inDemoInstall

@types/moment-timezone

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.31 to 0.2.32

11

moment-timezone/index.d.ts

@@ -23,5 +23,2 @@ // Type definitions for moment-timezone.js 0.2.5

type MomentFormatSpecification =
string | (() => void) | (string | (() => void))[];
interface MomentTimezone {

@@ -33,6 +30,6 @@ (): moment.Moment;

(date: string, timezone: string): moment.Moment;
(date: string, format: MomentFormatSpecification, timezone: string): moment.Moment;
(date: string, format: MomentFormatSpecification, strict: boolean, timezone: string): moment.Moment;
(date: string, format: MomentFormatSpecification, language: string, timezone: string): moment.Moment;
(date: string, format: MomentFormatSpecification, language: string, strict: boolean, timezone: string): moment.Moment;
(date: string, format: moment.MomentFormatSpecification, timezone: string): moment.Moment;
(date: string, format: moment.MomentFormatSpecification, strict: boolean, timezone: string): moment.Moment;
(date: string, format: moment.MomentFormatSpecification, language: string, timezone: string): moment.Moment;
(date: string, format: moment.MomentFormatSpecification, language: string, strict: boolean, timezone: string): moment.Moment;
(date: Date, timezone: string): moment.Moment;

@@ -39,0 +36,0 @@ (date: moment.Moment, timezone: string): moment.Moment;

{
"name": "@types/moment-timezone",
"version": "0.2.31",
"version": "0.2.32",
"description": "TypeScript definitions for moment-timezone.js 0.2.5",

@@ -14,6 +14,7 @@ "license": "MIT",

"dependencies": {
"moment": "2.14.*"
"moment": ">=2.14.0"
},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "d7968d210e2c13295318b5c61247528aa6949e3f480d6eab0b36c42e94240e14"
"typesPublisherContentHash": "9c77b01c3dd7638979afe0a3280e9ffb35119c916b0e15fc1b354110a2447929"
}

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Thu, 06 Oct 2016 16:57:04 GMT
* File structure: UMD

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -26,3 +26,3 @@ {

"hasPackageJson": true,
"contentHash": "d7968d210e2c13295318b5c61247528aa6949e3f480d6eab0b36c42e94240e14"
"contentHash": "9c77b01c3dd7638979afe0a3280e9ffb35119c916b0e15fc1b354110a2447929"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc