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

openweather-api-node

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openweather-api-node - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

6

dist/index.js

@@ -74,3 +74,5 @@ "use strict";

break;
// @ts-ignore: Type '"language"' is not comparable to type 'keyof Options'.
case "language":
case "lang":
this.setLanguage(value);

@@ -515,3 +517,5 @@ break;

}
case "language": {
// @ts-ignore: Type '"language"' is not comparable to type 'keyof Options'.
case "language":
case "lang": {
parsedOptions.lang = this.evaluateLanguage(value);

@@ -518,0 +522,0 @@ break;

4

package.json
{
"name": "openweather-api-node",
"version": "3.1.3",
"description": "Simple Node.js package that makes it easy to work with OpenWeather API",
"version": "3.1.4",
"description": "Simple package that makes it easy to work with OpenWeather API",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -24,4 +24,4 @@ <br>

</a>
<a href="https://github.com/loloToster/openweather-api-node">
<img src="https://img.shields.io/github/stars/loloToster/openweather-api-node?label=give%20a%20star&logo=github&style=flat-square" alt="GitHub Stars">
<a href="https://github.com/loloToster/openweather-api-node/stargazers">
<img src="https://img.shields.io/github/stars/loloToster/openweather-api-node?label=stars&logo=github&style=flat-square" alt="GitHub Stars">
</a>

@@ -28,0 +28,0 @@ </p>

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