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

@8base/api-token-auth-client

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/api-token-auth-client - npm Package Compare versions

Comparing version 0.27.1 to 0.28.0

3

dist/ApiTokenAuthClient.js

@@ -11,2 +11,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("@8base/utils");
/**

@@ -29,3 +30,3 @@ * Create instacne of the api token auth client

if (!apiToken) {
throw new Error('apiToken is required');
throw new utils_1.SDKError(utils_1.ERROR_CODES.MISSING_PARAMETER, utils_1.PACKAGES.API_TOKEN_AUTH_CLIENT, 'apiToken is required');
}

@@ -32,0 +33,0 @@ this.apiToken = apiToken;

{
"name": "@8base/api-token-auth-client",
"version": "0.27.1",
"version": "0.28.0",
"author": "8base",

@@ -17,3 +17,3 @@ "repository": "https://github.com/8base/sdk",

"dependencies": {
"@8base/utils": "^0.27.1"
"@8base/utils": "^0.28.0"
},

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

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