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.1.2 to 1.1.3

1

dist/ZipToTz.js

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

var dirPath = path.dirname(__filename);
console.log(dirPath);
var zipList = yaml.safeLoad(fs.readFileSync(dirPath + ("/." + fileName + ".yml"), 'utf8'));

@@ -25,0 +24,0 @@ for (var _i = 0, _a = Object.entries(zipList); _i < _a.length; _i++) {

5

package.json
{
"name": "zip-to-timezone",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -14,3 +14,4 @@ "main": "dist/index.js",

"prepare": "npm run build",
"test": "jest"
"test": "jest",
"upload": "npm version patch && npm publish"
},

@@ -17,0 +18,0 @@ "repository": {

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