New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jxstjh/auth-client

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jxstjh/auth-client - npm Package Compare versions

Comparing version 0.1.5-beat1 to 0.1.5-beat2

0

lib/authClient.d.ts

@@ -0,0 +0,0 @@ import { AuthClientOption, TokenInfo } from "model/authClient.model";

export { AuthClient } from './authClient';

@@ -0,0 +0,0 @@ export declare enum AuthMethod {

@@ -0,0 +0,0 @@ import { AuthClientOption, TokenInfo } from "model/authClient.model";

export { AuthClient } from './authClient';
export { SiteAnalysis } from './siteAnalysis';

@@ -0,0 +0,0 @@ export declare enum AuthMethod {

@@ -0,0 +0,0 @@ export declare enum RouterMode {

@@ -0,0 +0,0 @@ import { DBType, LogType, SiteAnalysisOption } from 'model/siteAnalysis.model';

export declare const ieUpload: (serverUrl: any, arr: any, appId: any, ip: any) => void;

@@ -0,0 +0,0 @@ export declare const setCookie: (name: string, value: any, opt: any) => void;

export declare const httpClient: (url?: string, data?: {}, type?: string, method?: string) => Promise<any>;
declare const _default: (url?: string, data?: {}, type?: string, method?: string, responseType?: string) => Promise<unknown>;
export default _default;
export * from './jwt';
export * from './cookie';

@@ -0,0 +0,0 @@ export declare const OPEN_DB_AND_INIT: (name: any) => Promise<any>;

import { JwtPayload } from "jwt-decode";
declare const JWTDecoded: (jwtToken: string) => JwtPayload;
export { JWTDecoded };
export declare const print: (title: any, content: any, type?: string) => void;
export declare const guid: () => string;
export declare const IS_LOCAL: (url?: string) => number | true;

@@ -0,0 +0,0 @@ export declare const INIT_LOG_TABLE_WEBSQL: (DB: any) => Promise<any>;

@@ -0,0 +0,0 @@ export declare const setCookie: (name: string, value: any, opt: any) => void;

export declare const httpClient: (url?: string, data?: {}, type?: string, method?: string) => Promise<any>;
export * from './jwt';
export * from './cookie';
import { JwtPayload } from "jwt-decode";
declare const JWTDecoded: (jwtToken: string) => JwtPayload;
export { JWTDecoded };

2

package.json
{
"name": "@jxstjh/auth-client",
"version": "0.1.5-beat1",
"version": "0.1.5-beat2",
"description": "匹配4a认证的客户端工具包 🌼",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -0,0 +0,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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