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.8 to 1.0.9

README.md

1

index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.ZipToTz = void 0;
const fs = require('fs');

@@ -14,0 +15,0 @@ const yaml = require('js-yaml');

5

package.json
{
"name": "zip-to-timezone",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\"",
"publish": "VERSION=`npm show $npm_package_name version`; [[ $VERSION == $npm_package_version ]] || echo 'ERROR: In your local you have a diferent version. Try to make a pull or talk with your team workers.' ; [[ $VERSION == $npm_package_version ]] && npm version patch && npm publish"
},

@@ -9,0 +10,0 @@ "author": "Pedro Monier",

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