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

openweathermap-api-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openweathermap-api-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.2](https://github.com/tdolsen/openweathermap-api-client/compare/v1.0.1...v1.0.2) (2018-07-26)
### Bug Fixes
* **types:** changes forecast response type to return list as array ([bfe3bcc](https://github.com/tdolsen/openweathermap-api-client/commit/bfe3bcc))
## [1.0.1](https://github.com/tdolsen/openweathermap-api-client/compare/v1.0.0...v1.0.1) (2018-07-26)

@@ -2,0 +9,0 @@

2

lib/interfaces.d.ts

@@ -119,3 +119,3 @@ import { AxiosInstance } from "axios";

};
};
}[];
}

@@ -122,0 +122,0 @@ export declare type Response<T extends Endpoint> = T extends Endpoint.Forecast ? ForecastResponse : T extends Endpoint.Weather ? WeatherResponse : never;

{
"name": "openweathermap-api-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Promise based API client for getting weather data and forecasts from openweathermap.org",

@@ -5,0 +5,0 @@ "author": "Torkild Dyvik Olsen",

@@ -187,3 +187,3 @@ import { AxiosInstance } from "axios";

};
};
}[];
}

@@ -190,0 +190,0 @@

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