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

node-red-node-openweathermap

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-openweathermap - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "node-red-node-openweathermap",
"version": "0.3.0",
"version": "0.3.1",
"description": "A Node-RED node that gets the weather report from openweathermap",

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

/**
* Copyright 2014.2015 IBM Corp.
* Copyright 2014,2020 IBM Corp.
*

@@ -167,3 +167,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

RED.nodes.createNode(this, n);
this.wtype = n.wtype;
this.wtype = n.wtype || "current";
this.repeat = 600000; // every 10 minutes

@@ -222,3 +222,3 @@ this.interval_id = null;

RED.nodes.createNode(this,n);
this.wtype = n.wtype;
this.wtype = n.wtype || "current";
var node = this;

@@ -225,0 +225,0 @@ var city;

Sorry, the diff of this file is not supported yet

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