You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@alembic/indexer-api-sdk

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alembic/indexer-api-sdk - npm Package Compare versions

Comparing version

to
0.0.2

4

dist/core/OpenAPI.js

@@ -5,4 +5,4 @@ "use strict";

exports.OpenAPI = {
BASE: 'https://api.indexer.develop.cometh.tech/v1',
VERSION: '1.1',
BASE: 'http://localhost:3000/v1',
VERSION: '1.0',
WITH_CREDENTIALS: false,

@@ -9,0 +9,0 @@ CREDENTIALS: 'include',

@@ -9,4 +9,4 @@ "use strict";

this.request = new HttpRequest({
BASE: config?.BASE ?? 'https://api.indexer.develop.cometh.tech/v1',
VERSION: config?.VERSION ?? '1.1',
BASE: config?.BASE ?? 'http://localhost:3000/v1',
VERSION: config?.VERSION ?? '1.0',
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,

@@ -13,0 +13,0 @@ CREDENTIALS: config?.CREDENTIALS ?? 'include',

{
"name": "@alembic/indexer-api-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "SDK to use Alembic Indexer API",
"main": "dist/src/index.js",
"main": "dist/index.js",
"license": "MIT",

@@ -7,0 +7,0 @@ "devDependencies": {