New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-use-qili

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-use-qili

api.qili2.com utilities

latest
Source
npmnpm
Version
1.1.77
Version published
Weekly downloads
32
-90.12%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-use-qili

utils to use qili service in react-native/expo project

cloud modules

  • cloud/expo-updates([updates])
  • cloud/web-proxy: deprecated
  • cloud/graphql-proxy(proxyFx=>({appKey, apiKey, ...module})): make a proxy module for appKey
    • proxyFx( resolverFunctionName | {name, query}, ...)
      • array -> {[funName]:resolverFunc, ...}
      • 1 -> resolverFunc
  • cloud/predict({apiKey for ai, chatflowId as default})
    • predict({chatflowId, config})
    • uploadDocument({urls, name})
    • removeDocument(name)
  • cloud/iap({path='/verifyReceipt', password, onVerified,...}}): support apple iap
  • cloud/events: log built-in events

api

  • useQili({apiKey, url})
  • store: redux store
    • Qili
  • components
    • predict
      • ask(message:{question, history, overrideConfig:{variables, ...}, events:[...], runMonitorSocketListener})
      • runMonitorSocketListener events
        • "apiMessage", "userMessage",
        • "conversation/summary/update",
        • "VectorStore/addVectors",
        • "VectorStore/similaritySearchVectorWithScore",
        • "feedback", "echo"
    • Loading
    • Login
    • ChatProvider
    • default-style
    • provider-web
    • SubscribeHelpQueue
    • webview-services-factory
    • makeQiliService
  • scripts: load .env for keys: [QILI_TOKEN, QILI_APP, QILI_UPDATES: updates uri context]
    • chrome-extension-to-service
    • export-updates

scripts

  • chrome-extension-to-service.js : merge content_scripts, services, and background into a js for react web/native

bin

  • qili-export-updates: create updates manifest and upload
  • qili-get-session-token: get session token of app for a contact
  • qili-get-access-token: generate access token for type and name
  • screenshots: convert all images in a folder for devices, default 4 ios devices, [folderPath] [outputFolder] [devicesFilePath: a json file : [{name, width, height}]]

bridge-chrome-extension

helper to provide service for chatgpt from desktop

Break Changes

1.1.0

remove all chat provider, chatgpt, bing, and etc.

todo

  • login code as password in UI

change

  • react-native-webview 13.4.0 to fix safari inspect

FAQs

Package last updated on 07 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts