@kyfe/decrypt
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -46,5 +46,3 @@ let maxDecryptConfig = {} | ||
this.originData = datas | ||
this.proxyData = this.originData.map((data, index) => { | ||
return this.defineProxy(data, index) | ||
}) | ||
this.proxyData = this.originData.map((data, index) => this.defineProxy(data, index)) | ||
} | ||
@@ -167,2 +165,3 @@ if (isResetInternal) { | ||
const isLock = this.keyLockMaps[key] | ||
console.log('采集') | ||
// 只有配置了最大解密才去记录 | ||
@@ -188,3 +187,3 @@ if (this.getMaxDecryptNumByKey(key)) { | ||
const maxDecryptMaps = maxDecryptConfig[apiCode] | ||
return maxDecryptMaps | ||
return maxDecryptMaps || {} | ||
} | ||
@@ -191,0 +190,0 @@ |
{ | ||
"name": "@kyfe/decrypt", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
15174
509