Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jw-weather

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jw-weather - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "jw-weather",
"version": "2.1.1",
"version": "2.1.2",
"description": "Reader for various weather APIs",

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

@@ -54,2 +54,5 @@ function formatDate(fullDate, formatString) {

var LAT = 38.90045212699474;
var LONG = -77.03596056403421;
var Weather = require('./weather');

@@ -60,5 +63,5 @@

provider: 'OpenWeatherMap',
key: 'fc7de6e49882963c6e2e1fd03971f15e',
latitude: 40.758556,
longitude: -73.765434,
key: '',
latitude: LAT,
longitude: LONG,
celsius: false

@@ -89,4 +92,4 @@ });

key: '',
latitude: 40.758556,
longitude: -73.765434,
latitude: LAT,
longitude: LONG,
celsius: false

@@ -118,4 +121,4 @@ });

key: '',
latitude: 40.758556,
longitude: -73.765434,
latitude: LAT,
longitude: LONG,
celsius: false

@@ -142,5 +145,5 @@ });

provider: 'weatherbit',
key: '2580e980f1a54a23a02b9f163c305dda',
latitude: 40.758556,
longitude: -73.765434,
key: '',
latitude: LAT,
longitude: LONG,
celsius: false

@@ -147,0 +150,0 @@ });

/*
ver 2.1.2
-minor bugfix
ver 2.1.1

@@ -3,0 +5,0 @@ -remove hard-coded key to weatherbit

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