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

@wltech/hooks

Package Overview
Dependencies
Maintainers
6
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wltech/hooks - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

6

CHANGELOG.md
# @wltech/mobile-hooks
## 0.0.14
### Patch Changes
- ui 和 hooks 发次版本
## 0.0.13

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@wltech/hooks",
"version": "0.0.13",
"version": "0.0.14",
"private": false,

@@ -5,0 +5,0 @@ "description": "",

@@ -83,2 +83,3 @@ type TOperationType =

isSingle,
hasWeb302,
isAllWeb302,

@@ -125,3 +126,3 @@ isSelectAll,

visible:
isMobile && ((isSingle && !isEditable) || !isSingle) && !isAllWeb302,
(isMobile && ((isSingle && !isEditable) || !isSingle) && !isAllWeb302) || isSelectAll,
},

@@ -160,5 +161,3 @@ {

if (isMobile) {
showTypeList = isTopAuth
? ["bindCode", "chooseGroup", "delete"]
: ["bindCode"];
showTypeList = isTopAuth ? ["bindCode", "chooseGroup", "delete"] : ["bindCode"];
} else if (isPC) {

@@ -165,0 +164,0 @@ showTypeList = isTopAuth

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