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

@kyfe/decrypt

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyfe/decrypt - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

max-decrypt.js

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

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