New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-node-darksky

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-darksky - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

3

darksky.js

@@ -96,2 +96,5 @@ /**

}
if (!jsun.daily) {
return callback(RED._("darksky.error.api-response", { response:weather }));
}
msg.data = jsun;

@@ -98,0 +101,0 @@ msg.payload.weather = jsun.daily.data[when].icon;

@@ -51,2 +51,3 @@ {

"cs": "Czech",
"da": "Danish",
"de": "German",

@@ -53,0 +54,0 @@ "el": "Greek",

2

package.json
{
"name" : "node-red-node-darksky",
"version" : "0.1.18",
"version" : "0.1.19",
"description" : "A Node-RED node that gets the weather forecast from the DarkSky API",

@@ -5,0 +5,0 @@ "dependencies" : {

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