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

node-clima

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-clima - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/node-clima.js

@@ -126,3 +126,2 @@ var request = require('request');

if (err) {
console.error(err);
callback(err, body);

@@ -132,3 +131,2 @@ }

if ((response.statusCode === 200) || (response.statusCode === 304)) {
console.log(body);
callback(err, body);

@@ -135,0 +133,0 @@ }

8

package.json
{
"name": "node-clima",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple wrapper for OpenWeatherMap API",

@@ -18,3 +18,3 @@ "author": "Roberto Serrano Diaz-Grande",

},
"bugs" : {
"bugs": {
"email": "roberto@serranodiaz.com",

@@ -37,4 +37,4 @@ "url": "https://github.com/robfree/node-clima/issues"

"OpenWeatherMap"
],
"keywords": [
],
"keywords": [
"weather",

@@ -41,0 +41,0 @@ "api",

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