Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/countries-and-timezones

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/countries-and-timezones - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

countries-and-timezones/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for countries-and-timezones 2.0

// Piotr Okoński <https://github.com/pokonski>
// Kanitkorn Sujautra <https://github.com/lukyth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -26,5 +27,5 @@

export function getTimezone(name: string): Timezone;
export function getAllCountries(): Country[];
export function getAllTimezones(): Timezone[];
export function getAllCountries(): { [id: string]: Country };
export function getAllTimezones(): { [name: string]: Timezone };
export function getCountryForTimezone(name: string): Country;
export function getTimezonesForCountry(id: string): Timezone[];

9

countries-and-timezones/package.json
{
"name": "@types/countries-and-timezones",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for countries-and-timezones",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "pokonski"
},
{
"name": "Kanitkorn Sujautra",
"url": "https://github.com/lukyth",
"githubUsername": "lukyth"
}

@@ -28,4 +33,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "2084ce63c98ef30e16ad211d186fbd67df2a3bb3d3bcfdc3db82607e4b5765c3",
"typesPublisherContentHash": "8332262cb02e88b423a6e8a239d0c42a99008e3fb726582ff67c9530b2bb1ed0",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 18 Oct 2019 15:53:56 GMT
* Last updated: Tue, 22 Oct 2019 20:56:19 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by David Bird <https://github.com/zero51>, and Piotr Okoński <https://github.com/pokonski>.
These definitions were written by David Bird <https://github.com/zero51>, Piotr Okoński <https://github.com/pokonski>, and Kanitkorn Sujautra <https://github.com/lukyth>.
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