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.2 to 1.5.3-rc.0

4

cjs/components/sheet/hooks/useElementSize.js

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

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

@@ -19,0 +21,0 @@

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

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

@@ -14,0 +16,0 @@

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

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

{
"name": "zmp-ui",
"version": "1.5.2",
"version": "1.5.3-rc.0",
"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