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.20 to 1.0.21

.timezones_to_zipcodes.yml

2

index.js

@@ -33,3 +33,3 @@ "use strict";

const filePath = process.cwd();
let fileContents = yield fs.readFileSync(`${filePath}/src/.${fileName}.yml`, 'utf8');
let fileContents = yield fs.readFileSync(`${filePath}/.${fileName}.yml`, 'utf8');
let data = yaml.safeLoad(fileContents);

@@ -36,0 +36,0 @@ for (const [timezone] of Object.entries(data)) {

@@ -19,3 +19,3 @@ const fs = require('fs');

const filePath = process.cwd();
let fileContents = await fs.readFileSync(`${filePath}/src/.${fileName}.yml`, 'utf8');
let fileContents = await fs.readFileSync(`${filePath}/.${fileName}.yml`, 'utf8');
let data = yaml.safeLoad(fileContents);

@@ -22,0 +22,0 @@ for (const [timezone] of Object.entries(data)) {

{
"name": "zip-to-timezone",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

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

Sorry, the diff of this file is not supported yet

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