New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timezoner

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezoner - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

test/test.js

0

lib/timezone.js

@@ -0,0 +0,0 @@ /**

5

package.json

@@ -15,3 +15,3 @@ {

"homepage": "https://github.com/justin-john/node-timezone",
"version": "0.1.9",
"version": "0.2.0",
"author": {

@@ -36,2 +36,5 @@ "name": "Justin John Mathews",

"main": "./lib/timezone",
"scripts": {
"test": "node ./test/test"
},
"dependencies": {},

@@ -38,0 +41,0 @@ "devDependencies": {},

node-timezone
=============
[![build status](https://secure.travis-ci.org/justin-john/node-timezone.png)](http://travis-ci.org/justin-john/node-timezone)
[![Build Status](https://travis-ci.org/justin-john/node-timezone.svg?branch=master)](https://travis-ci.org/justin-john/node-timezone)
Node.js client library for accessing [Google Time Zone API](https://developers.google.com/maps/documentation/timezone).

@@ -33,3 +32,3 @@ It provides time offset data for locations on the surface of the earth.

```
#####Response data:
##### Response data:
{

@@ -81,3 +80,3 @@ "dstOffset" : 0.0,

Copyright (c) 2013-2014 Justin John Mathews <justinjohnmathews@gmail.com>
Copyright (c) 2013-2018 Justin John Mathews <justinjohnmathews@gmail.com>

@@ -84,0 +83,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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