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.24 to 1.0.25

2

package.json
{
"name": "zip-to-timezone",
"version": "1.0.24",
"version": "1.0.25",
"description": "",

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

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

console.log(333, filePath);
let fileContents = yield fs.readFileSync(`${filePath}/.${fileName}.yml`, 'utf8');
let fileContents = yield fs.readFileSync(`${filePath}/node_modules/zip-to-timezone/src/.${fileName}.yml`, 'utf8');
let data = yaml.safeLoad(fileContents);

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

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

console.log(333, filePath);
let fileContents = await fs.readFileSync(`${filePath}/.${fileName}.yml`, 'utf8');
let fileContents = await fs.readFileSync(`${filePath}/node_modules/zip-to-timezone/src/.${fileName}.yml`, 'utf8');
let data = yaml.safeLoad(fileContents);

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

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