🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@types/moment-timezone

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/moment-timezone - npm Package Compare versions

Comparing version

to
0.5.30

48

moment-timezone/package.json
{
"name": "@types/moment-timezone",
"version": "0.5.13",
"description": "TypeScript definitions for moment-timezone.js",
"license": "MIT",
"contributors": [
{
"name": "Michel Salib",
"url": "https://github.com/michelsalib",
"githubUsername": "michelsalib"
},
{
"name": "Alan Brazil Lins",
"url": "https://github.com/alanblins",
"githubUsername": "alanblins"
},
{
"name": "Agustin Carrasco",
"url": "https://github.com/asermax",
"githubUsername": "asermax"
},
{
"name": "Borys Kupar",
"url": "https://github.com/borys-kupar",
"githubUsername": "borys-kupar"
},
{
"name": "Anthony Rainer",
"url": "https://github.com/pristinesource",
"githubUsername": "pristinesource"
}
],
"version": "0.5.30",
"typings": null,
"description": "Stub TypeScript definitions entry for moment-timezone, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/moment-timezone"
},
"scripts": {},
"author": "",
"repository": "https://github.com/moment/moment-timezone",
"license": "MIT",
"dependencies": {
"moment": ">=2.14.0"
},
"typesPublisherContentHash": "db3b4fb08bfb3f2a9dd71a211046d5a8105d915ad026f5dd68b89b2b2d46bcef",
"typeScriptVersion": "2.8"
"moment-timezone": "*"
}
}

@@ -1,16 +0,3 @@

# Installation
> `npm install --save @types/moment-timezone`
This is a stub types definition for moment-timezone (https://github.com/moment/moment-timezone).
# Summary
This package contains type definitions for moment-timezone.js (http://momentjs.com/timezone/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moment-timezone.
### Additional Details
* Last updated: Mon, 23 Mar 2020 16:21:32 GMT
* Dependencies: [@types/moment](https://npmjs.com/package/@types/moment)
* Global values: none
# Credits
These definitions were written by [Michel Salib](https://github.com/michelsalib), [Alan Brazil Lins](https://github.com/alanblins), [Agustin Carrasco](https://github.com/asermax), [Borys Kupar](https://github.com/borys-kupar), and [Anthony Rainer](https://github.com/pristinesource).
moment-timezone provides its own type definitions, so you don't need @types/moment-timezone installed!

Sorry, the diff of this file is not supported yet