Socket
Socket
Sign inDemoInstall

openweather-apis

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

48

CHANGELOG.md
# Changelog
## Unreleased
<!-- ## Unreleased -->
<!-- Add new, unreleased items here. -->
## v5.0.0-pre [undefined]
`build`
- Add Typescript code
- Module import style
# v3.3.5 [05-09-2017]
- Added new API to support search by zip code
## v4.2.2 [05-02-2020]
- Fix -Close Issue City,CountryCode broken #28
## v4.2.0
- Fix -Pull request #31 Thanks https://github.com/mikedidomizio
## v4.1.0
- Add ssl support (default: false)
- Fix Use querystring.stringify() for path Thanks https://github.com/Ti-Tom
## v4.0.0
- Fix -Close Issue Unhandled exception #26
## v3.3.0
- Add Rain field into getSmartJSON() response
## v3.0.0
- Removed ResponseCode function (useless)
- Fix minor
## v2.1.5
- Fix minor
## v2.1.0
- Fix minor
## v2.0.3
- Fix minor
## v2.0.2
- Fix it used encodeURIComponent for city name, Unexpected token handled as error
## v2.0.1
- Fix minor
## v2.0.0
- Fix link in the callback for error handling
## v1.2.0
- First Published Build

2

package.json
{
"name": "openweather-apis",
"version": "4.2.1",
"version": "4.2.2",
"description": "Simple APIs to use with OpenWeatherMap.org free servicies, request a APPID on http://openweathermap.org/appid and start!",

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

@@ -11,17 +11,5 @@ # openweather-apis

Main changes by version (if the first number change, old code you have written is not supported, for
example between version 1.x.x to version 2.x.x (I apologize for that):
example between version 1.x.x to version 2.x.x (I apologize for that), all minor/major/fix in:
+ First version
+ Version 1.2.0 minor bugs fix
+ Version 2.0.0 link in the callback for the operational error such as the ClientRequest, HTTPParse and so on ...
+ Version 2.0.1 minor fix (no code impact)
+ Version 2.0.2 important fix - encodeURIComponent for city name, Unexpected token handled as error
+ Version 2.0.3 minor fix (no code impact)
+ Version 2.1.0 minor fix (no code impact)
+ Version 2.1.5 minor fix (no code impact)
+ Version 3.0.0 Removed ResponseCode function (useless)
+ Version 3.3.0 get the rain in present in getSmartJSON
+ Version 4.0.0 Fix unhandled exception #26
+ Version 4.1.0 Add ssl support (default: false) & use querystring.stringify() for path Thanks https://github.com/Ti-Tom
+ Version 4.2.0 Minor Fix Pull request #31 Thanks https://github.com/mikedidomizio
CHANGELOG.md

@@ -28,0 +16,0 @@ ## Installation

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