Socket
Socket
Sign inDemoInstall

openweather-api-node

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

1

dist/parsers/onecall/daily-parser.js

@@ -59,2 +59,3 @@ "use strict";

description: w.description,
summary: element.summary,
icon: {

@@ -61,0 +62,0 @@ url: `http://openweathermap.org/img/wn/${w.icon}@2x.png`,

@@ -103,2 +103,6 @@ import { Icon, WeatherBase, WindData } from "./index";

description: string;
/**
* Human-readable text description of the daily forecast
*/
summary: string;
icon: Icon;

@@ -105,0 +109,0 @@ }

2

package.json
{
"name": "openweather-api-node",
"version": "3.1.0",
"version": "3.1.1",
"description": "Simple Node.js package that makes it easy to work with OpenWeather API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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