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.0 to 0.27.1

4

dist/ApiTokenAuthClient.d.ts

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

import { AuthState, AuthClient } from '@8base/utils';
import { AuthState, IAuthClient } from '@8base/utils';
declare type ApiTokenAuthClientOptions = {

@@ -9,3 +9,3 @@ apiToken: string;

*/
declare class ApiTokenAuthClient implements AuthClient {
declare class ApiTokenAuthClient implements IAuthClient {
apiToken: string;

@@ -12,0 +12,0 @@ state: {};

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

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

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

@@ -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