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

zmp-ui

Package Overview
Dependencies
Maintainers
3
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmp-ui - npm Package Compare versions

Comparing version 1.5.3-rc.0 to 1.5.3-rc.1

8

cjs/components/sheet/hooks/useElementSize.js

@@ -16,5 +16,9 @@ "use strict";

var handleResize = function handleResize(entries) {
var _entries$, _entries$$borderBoxSi;
var _entries$;
setSize(((_entries$ = entries[0]) == null ? void 0 : (_entries$$borderBoxSi = _entries$.borderBoxSize[0]) == null ? void 0 : _entries$$borderBoxSi.blockSize) || 0);
if (entries && (_entries$ = entries[0]) != null && _entries$.borderBoxSize) {
var _entries$0$borderBoxS;
setSize((_entries$0$borderBoxS = entries[0].borderBoxSize[0]) == null ? void 0 : _entries$0$borderBoxS.blockSize);
}
};

@@ -21,0 +25,0 @@

@@ -11,5 +11,9 @@ import { useLayoutEffect, useState } from "react";

var handleResize = function handleResize(entries) {
var _entries$, _entries$$borderBoxSi;
var _entries$;
setSize(((_entries$ = entries[0]) == null ? void 0 : (_entries$$borderBoxSi = _entries$.borderBoxSize[0]) == null ? void 0 : _entries$$borderBoxSi.blockSize) || 0);
if (entries && (_entries$ = entries[0]) != null && _entries$.borderBoxSize) {
var _entries$0$borderBoxS;
setSize((_entries$0$borderBoxS = entries[0].borderBoxSize[0]) == null ? void 0 : _entries$0$borderBoxS.blockSize);
}
};

@@ -16,0 +20,0 @@

/**
* Zaui 1.5.3-rc.0
* Zaui 1.5.3-rc.1
* Zalo Mini App framework

@@ -4,0 +4,0 @@ * undefined

{
"name": "zmp-ui",
"version": "1.5.3-rc.0",
"version": "1.5.3-rc.1",
"description": "Zalo Mini App framework ",

@@ -5,0 +5,0 @@ "main": "esm/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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