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

zip-to-timezone

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip-to-timezone - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

7

package.json
{
"name": "zip-to-timezone",
"version": "1.0.30",
"version": "1.0.31",
"description": "",

@@ -14,2 +14,7 @@ "main": "index.js",

},
"keywords": [
"zipcode",
"timezone",
"US timezone"
],
"author": "Pedro Monier",

@@ -16,0 +21,0 @@ "license": "ISC",

# zipToTz
Convert zipCode into timezone
Description
Updated list of US zipcodes from trusted source (2020).
Installation
npm install --save zipcode-to-timezone
Usage
import { ZipToTz } from "zip-to-timezone";
const zipToTz = new ZipToTz();
const tz = zipToTz.full('33487'); // America/New_York
const tz = zipToTz.short('33487'); // EDT
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