@jxstjh/auth-client
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
312716
28
1117
7
10
+ Addedbabel-polyfill@^6.26.0
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedquery-string@5.0.0(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)
+ Addedstrict-uri-encode@1.1.0(transitive)
- Removedfilter-obj@1.1.0(transitive)
- Removedquery-string@7.1.3(transitive)
- Removedsplit-on-first@1.1.0(transitive)
- Removedstrict-uri-encode@2.0.0(transitive)
Updatedquery-string@5.0.0