🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

adapty

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adapty - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+1
-1
dist/lib/api-client.js
import { ApiError, NetworkError, parseApiError } from './errors.js';
const DEFAULT_API_URL = 'https://api.adapty.io/api/v1/developer';
const DEFAULT_API_URL = 'https://api-admin.adapty.io/api/v1/developer';
function ensureTrailingSlash(path) {

@@ -4,0 +4,0 @@ return path.endsWith('/') ? path : `${path}/`;

@@ -1286,3 +1286,3 @@ {

},
"version": "0.1.3"
"version": "0.1.4"
}
{
"name": "adapty",
"description": "Adapty command line interface",
"version": "0.1.3",
"version": "0.1.4",
"author": "Adapty team <support@adapty.io>",

@@ -6,0 +6,0 @@ "bin": {