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

air-labs-service

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

air-labs-service - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/airLabsData.service.d.ts

@@ -88,5 +88,5 @@ import { AirLabsServiceConfigType, IAirLabsResponse } from "./airLabs.type";

* @param params
* @returns {Array<AirLabsCountriesDataType>}
* @returns {IAirLabsResponse<Array<IAirLabsRouteData>>}
*/
getCountries(params: AirLabsCountriesDataType): Promise<IAirLabsResponse<Array<AirLabsCountriesDataType>>>;
getCountries(params: AirLabsCountriesDataType): Promise<IAirLabsResponse<Array<IAirLabsRouteData>>>;
}

@@ -149,3 +149,3 @@ "use strict";

* @param params
* @returns {Array<AirLabsCountriesDataType>}
* @returns {IAirLabsResponse<Array<IAirLabsRouteData>>}
*/

@@ -152,0 +152,0 @@ async getCountries(params) {

{
"name": "air-labs-service",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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