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

@jxstjh/auth-client

Package Overview
Dependencies
Maintainers
1
Versions
69
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.0.28 to 0.0.29

lib/src/utils/ajax.d.ts

1

lib/src/index.d.ts

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

import 'babel-polyfill';
export { AuthClient } from './authClient';
export { SiteAnalysis } from './siteAnalysis';

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

import 'babel-polyfill';
import { DBType, LogType, SiteAnalysisOption } from 'model/siteAnalysis.model';

@@ -2,0 +3,0 @@ declare type IsUpload = 0 | 1;

7

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

@@ -65,9 +65,10 @@ "main": "lib/index.js",

"dependencies": {
"babel-polyfill": "^6.26.0",
"events": "^3.3.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^3.1.2",
"query-string": "^7.0.1",
"query-string": "5.0.0",
"rxjs": "^7.3.0",
"worker-loader": "^3.0.8"
"worker-loader": "^3.0.8"
}
}

@@ -17,3 +17,3 @@

siteAnalysisServer: 'https://count.jxwrd.gov.cn:30111', // 统一上报服务器
appId: 'cb11c7ba-df52-4142-9312-c195f2baf7bb', // appId 人工申请
appId: 'xxxx', // appId 人工申请
interval: 30, // 上报日志频率 单位秒

@@ -20,0 +20,0 @@ production: IS_PROD // 开发模式下不上报

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

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

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