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

indexea

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indexea

Indexea JavaScript SDK (indexea.com)

latest
npmnpm
Version
1.3.15
Version published
Weekly downloads
11
-70.27%
Maintainers
1
Weekly downloads
 
Created
Source

indexea-js-sdk

indexea typescript sdk

Install

$ npm install indexea

Usage

import { WidgetsApi, SearchApi } from 'indexea/apis'


// initialize indexea openapi client
const config = {
  basePath: '/v1',
  headers: { accept: 'application/json' },
  accessToken: () => {
    return 'user token'
  },
  credentials: 'include',
  middleware: []
}

var searchApi = new SearchApi(config);

searchApi.searchWidgetSearch({ widget, index, 'test', {}, 0, 20 }).then(res => {
    console.log(res);
});

Update

$ ./openapi.sh full_path_of_openapi.yml
$ git add *
$ git commit -m "update version"
$ npm version patch
$ npm publish
$ git push

Keywords

Search

FAQs

Package last updated on 19 Dec 2022

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