Socket
Socket
Sign inDemoInstall

weathercompanyapi-node

Package Overview
Dependencies
49
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

5

lib/weathercompanyapi-node.js

@@ -155,2 +155,6 @@ /**

self._request = function (cb) {
if (!self.options.apiKey) {
cb.call(self, new Error('apiKey is Missing'), {});
return false;
}

@@ -183,2 +187,3 @@ var url = 'https://api.weather.com/' + self.apiVersion + '/';

// console.error('Exception caught in JSON.parse', body);
err.body = body;
error = err;

@@ -185,0 +190,0 @@ }

2

package.json
{
"name": "weathercompanyapi-node",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node Client to access The Weather Company API",

@@ -5,0 +5,0 @@ "main": "./lib/weathercompanyapi-node",

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