Socket
Socket
Sign inDemoInstall

@types/countries-and-timezones

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

countries-and-timezones/index.d.ts

@@ -19,5 +19,5 @@ // Type definitions for countries-and-timezones 1.0

export function getAllCountries(): Country[];
export function getAllCountries(): {[key: string]: Country};
export function getAllTimezones(): Timezone[];
export function getAllTimezones(): {[key: string]: Timezone};

@@ -24,0 +24,0 @@ export function getCountriesForTimezone(timezoneId: string): Country[];

{
"name": "@types/countries-and-timezones",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for countries-and-timezones",

@@ -14,10 +14,12 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/countries-and-timezones"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "cf7ede003ca56dcbad9792592fa2e94fdbb2a2e9838d8ca77396efb43fd477a1",
"typesPublisherContentHash": "11764a2046f692705075aca3854e8ba9d17da4825eb9e1bc4b8c773d71f7c426",
"typeScriptVersion": "2.0"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for countries-and-timezones (https://github.com/manuelmhtr/countries-and-timezones#readme).
This package contains type definitions for countries-and-timezones ( https://github.com/manuelmhtr/countries-and-timezones#readme ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/countries-and-timezones
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/countries-and-timezones
Additional Details
* Last updated: Wed, 27 Sep 2017 17:12:33 GMT
* Last updated: Sat, 30 Mar 2019 04:05:29 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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