Socket
Socket
Sign inDemoInstall

yr.no-forecast

Package Overview
Dependencies
72
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.51

6

index.js

@@ -227,4 +227,6 @@ // Copyright 2013 Evan Shortiss

function getWeather(params, callback, version) {
version = version || 1.9;
// Make a standard call to the API
yrno.locationforecast(params, function(err, body) {
yrno.locationforecast(params, version, function(err, body) {
if (err) {

@@ -236,3 +238,3 @@ return callback(err, null);

new LocationForecast(body, callback);
}, version);
});
}

@@ -239,0 +241,0 @@

{
"name": "yr.no-forecast",
"version": "0.0.5",
"version": "0.0.51",
"description": "Module to easily retrieve simple weather forecast for a given time and location.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc