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

tz-lookup

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tz-lookup - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

1

pack.js

@@ -146,2 +146,3 @@ "use strict";

force_urban(50.7029, -57.3511, urban_data); // fix #13
force_urban(49.7261, -1.9104, urban_data); // fix #15

@@ -148,0 +149,0 @@ const tz_data = Buffer.allocUnsafe((width / 4) * (height / 2) * 2);

2

package.json
{
"name": "tz-lookup",
"version": "6.1.1",
"version": "6.1.2",
"description": "fast time zone lookup",

@@ -5,0 +5,0 @@ "main": "tz.js",

@@ -80,2 +80,3 @@ describe("tzlookup", function() {

[[ 50.7029, -57.3511], "America/St_Johns" ],
[[ 49.7261, -1.9104], "Europe/Paris" ],

@@ -82,0 +83,0 @@ /* Sanity-check international waters. */

Sorry, the diff of this file is too big to display

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