Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/api

Package Overview
Dependencies
Maintainers
0
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/api - npm Package Compare versions

Comparing version 3.6.6 to 3.6.7

dist/browser/index.mjs

2

dist/browser/ApiClient.d.ts

@@ -1,2 +0,2 @@

import { ApiStage } from './ApiStage.js';
import { ApiStage } from './ApiStage.ts';
declare abstract class ApiClient {

@@ -3,0 +3,0 @@ protected token?: (string | null) | undefined;

@@ -1,2 +0,2 @@

import { ApiConfig } from './ApiConfig.js';
import { ApiConfig } from './ApiConfig.ts';
declare class ApiEndpoint<T> {

@@ -3,0 +3,0 @@ private _value?;

@@ -1,4 +0,4 @@

import { ApiStage } from './ApiStage.js';
import { ApiStage } from './ApiStage.ts';
declare const getApiStage: (hostname: string) => ApiStage;
export { getApiStage };
//# sourceMappingURL=getApiStage.d.ts.map

@@ -1,6 +0,6 @@

export * from './ApiClient.js';
export * from './ApiConfig.js';
export * from './ApiEndpoint.js';
export * from './ApiStage.js';
export * from './getApiStage.js';
export * from './ApiClient.ts';
export * from './ApiConfig.ts';
export * from './ApiEndpoint.ts';
export * from './ApiStage.ts';
export * from './getApiStage.ts';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import { ApiStage } from './ApiStage.js';
import { ApiStage } from './ApiStage.ts';
declare abstract class ApiClient {

@@ -3,0 +3,0 @@ protected token?: (string | null) | undefined;

@@ -1,2 +0,2 @@

import { ApiConfig } from './ApiConfig.js';
import { ApiConfig } from './ApiConfig.ts';
declare class ApiEndpoint<T> {

@@ -3,0 +3,0 @@ private _value?;

@@ -1,4 +0,4 @@

import { ApiStage } from './ApiStage.js';
import { ApiStage } from './ApiStage.ts';
declare const getApiStage: (hostname: string) => ApiStage;
export { getApiStage };
//# sourceMappingURL=getApiStage.d.ts.map

@@ -1,6 +0,6 @@

export * from './ApiClient.js';
export * from './ApiConfig.js';
export * from './ApiEndpoint.js';
export * from './ApiStage.js';
export * from './getApiStage.js';
export * from './ApiClient.ts';
export * from './ApiConfig.ts';
export * from './ApiEndpoint.ts';
export * from './ApiStage.ts';
export * from './getApiStage.ts';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import { ApiStage } from './ApiStage.js';
import { ApiStage } from './ApiStage.ts';
declare abstract class ApiClient {

@@ -3,0 +3,0 @@ protected token?: (string | null) | undefined;

@@ -1,2 +0,2 @@

import { ApiConfig } from './ApiConfig.js';
import { ApiConfig } from './ApiConfig.ts';
declare class ApiEndpoint<T> {

@@ -3,0 +3,0 @@ private _value?;

@@ -1,4 +0,4 @@

import { ApiStage } from './ApiStage.js';
import { ApiStage } from './ApiStage.ts';
declare const getApiStage: (hostname: string) => ApiStage;
export { getApiStage };
//# sourceMappingURL=getApiStage.d.ts.map

@@ -1,6 +0,6 @@

export * from './ApiClient.js';
export * from './ApiConfig.js';
export * from './ApiEndpoint.js';
export * from './ApiStage.js';
export * from './getApiStage.js';
export * from './ApiClient.ts';
export * from './ApiConfig.ts';
export * from './ApiEndpoint.ts';
export * from './ApiStage.ts';
export * from './getApiStage.ts';
//# sourceMappingURL=index.d.ts.map

@@ -24,4 +24,4 @@ {

"import": {
"types": "./dist/neutral/index.d.mts",
"default": "./dist/neutral/index.js"
"types": "./dist/neutral/index.d.ts",
"default": "./dist/neutral/index.mjs"
}

@@ -33,3 +33,3 @@ },

"types": "./dist/neutral/index.d.ts",
"module": "./dist/neutral/index.js",
"module": "./dist/neutral/index.mjs",
"homepage": "https://xylabs.com",

@@ -43,7 +43,8 @@ "keywords": [

"dependencies": {
"axios": "^1.7.2"
"axios": "^1.7.3"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.14.1",
"@xylabs/tsconfig": "^3.14.1",
"@xylabs/ts-scripts-yarn3": "^3.15.4",
"@xylabs/tsconfig": "^3.15.4",
"tslib": "^2.6.3",
"typescript": "^5.5.4"

@@ -62,4 +63,4 @@ },

"sideEffects": false,
"version": "3.6.6",
"version": "3.6.7",
"type": "module"
}

@@ -1,2 +0,2 @@

import { ApiStage } from './ApiStage.js'
import { ApiStage } from './ApiStage.ts'

@@ -3,0 +3,0 @@ abstract class ApiClient {

import axios from 'axios'
import { ApiConfig } from './ApiConfig.js'
import { ApiConfig } from './ApiConfig.ts'

@@ -5,0 +5,0 @@ class ApiEndpoint<T> {

@@ -1,2 +0,2 @@

import { ApiStage } from './ApiStage.js'
import { ApiStage } from './ApiStage.ts'

@@ -3,0 +3,0 @@ const getApiStage = (hostname: string) => {

@@ -1,5 +0,5 @@

export * from './ApiClient.js'
export * from './ApiConfig.js'
export * from './ApiEndpoint.js'
export * from './ApiStage.js'
export * from './getApiStage.js'
export * from './ApiClient.ts'
export * from './ApiConfig.ts'
export * from './ApiEndpoint.ts'
export * from './ApiStage.ts'
export * from './getApiStage.ts'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc