Socket
Socket
Sign inDemoInstall

wundergroundnode

Package Overview
Dependencies
50
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

5

lib/wundergroundnode.js

@@ -38,2 +38,7 @@ var request = require('request');

that.forecastTenDay = function() {
this.chainedRequests.push("forecast10day/");
return this;
};
that.almanac = function() {

@@ -40,0 +45,0 @@ this.chainedRequests.push("almanac/");

2

package.json
{
"name": "wundergroundnode",
"version": "0.4.0",
"version": "0.5.0",
"main": "./lib/wundergroundnode.js",

@@ -5,0 +5,0 @@ "description": "Weather Underground chainable API for nodeJS",

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