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

@curium.rocks/openweathermap-client

Package Overview
Dependencies
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curium.rocks/openweathermap-client - npm Package Compare versions

Comparing version 0.1.1-alpha.6 to 0.1.1-alpha.7

20

build/src/lib.d.ts

@@ -1,10 +0,10 @@

import { CityWeather } from "./models/cityWeather";
import { CurrentRequest } from "./requests/currentRequest";
import { CurrentWeatherApi } from "./currentWeatherApi";
import { MultiCityResponse } from "./responses/multiCityResponse";
import { PollutionApi } from "./pollutionApi";
import { AirPollutionRequest } from "./requests/airPollutionRequest";
import { AirPollutionResponse } from "./responses/airPollutionResponse";
import { OwmClient } from "./owmClient";
import { OneCallApi } from "./oneCallApi";
export { CurrentRequest, CityWeather, CurrentWeatherApi, MultiCityResponse, PollutionApi, AirPollutionResponse, AirPollutionRequest, OwmClient, OneCallApi };
export { CityWeather } from "./models/cityWeather";
export { CurrentRequest } from "./requests/currentRequest";
export { CurrentWeatherApi } from "./currentWeatherApi";
export { MultiCityResponse } from "./responses/multiCityResponse";
export { PollutionApi } from "./pollutionApi";
export { AirPollutionRequest } from "./requests/airPollutionRequest";
export { AirPollutionResponse } from "./responses/airPollutionResponse";
export { OwmClient } from "./owmClient";
export { OneCallApi } from "./oneCallApi";
export { OneCallApiResponse } from './responses/oneCallApiResponse';
{
"name": "@curium.rocks/openweathermap-client",
"version": "0.1.1-alpha.6",
"version": "0.1.1-alpha.7",
"description": "A typescript client for the OpenWeatherMap APIs",

@@ -5,0 +5,0 @@ "main": "build/src/lib.js",

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