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

@xylabs/api

Package Overview
Dependencies
Maintainers
5
Versions
267
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 4.4.0 to 4.4.1

4

dist/neutral/ApiClient.d.ts
import { ApiStage } from './ApiStage.ts';
declare abstract class ApiClient {
protected token?: (string | null) | undefined;
protected token?: string | null | undefined;
protected stage?: ApiStage | undefined;
constructor(token?: (string | null) | undefined, stage?: ApiStage | undefined);
constructor(token?: string | null | undefined, stage?: ApiStage | undefined);
abstract endPoint(): string;

@@ -7,0 +7,0 @@ }

{
"name": "@xylabs/api",
"version": "4.4.0",
"version": "4.4.1",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -46,3 +46,3 @@ "keywords": [

"@xylabs/tsconfig": "^4.2.4",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5"

@@ -49,0 +49,0 @@ },

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