Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@alexadark/reusable-functions

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexadark/reusable-functions - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+2
-1
flights.js
import { GraphQLClient, gql } from "graphql-request";
const endpoint = "https://api.travelpayouts.com/graphql/v1"; // GraphQL endpoint
const token = secrets.chains_aviasales;
// const token = secrets.chains_aviasales;
const token = "32f6b856373d4748a7316fd6567c66fa";

@@ -6,0 +7,0 @@ export const getFlights = async ({

{
"name": "@alexadark/reusable-functions",
"version": "1.0.2",
"version": "1.0.3",
"description": "reusable functions",

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