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.9 to 1.0.0

3

lib/node-clima.js

@@ -169,2 +169,5 @@ var request = require('request');

}
if (response.statusCode === 401) {
console.log("Your API key is required.!!!");
}
})

@@ -171,0 +174,0 @@ }

2

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

@@ -5,0 +5,0 @@ "author": "Roberto Serrano Diaz-Grande",

@@ -7,3 +7,3 @@ var clima = require('../lib/node-clima.js');

units: 'Celsius',
apikey: '2345164273a393437e74235c3827044c'
apikey: ''
});

@@ -10,0 +10,0 @@

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