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.1 to 1.5.2

2

cjs/hooks/useNavigate/index.js

@@ -31,3 +31,3 @@ "use strict";

context.setAnimate({
animate: animate || true,
animate: animate != null ? animate : true,
direction: direction || "forward"

@@ -34,0 +34,0 @@ });

@@ -19,3 +19,3 @@ import React, { useCallback } from "react";

context.setAnimate({
animate: animate || true,
animate: animate != null ? animate : true,
direction: direction || "forward"

@@ -22,0 +22,0 @@ });

/**
* Zaui 1.5.1
* Zaui 1.5.2
* Zalo Mini App framework

@@ -10,3 +10,3 @@ * undefined

*
* Released on: December 22, 2022
* Released on: December 26, 2022
*/

@@ -13,0 +13,0 @@

{
"name": "zmp-ui",
"version": "1.5.1",
"version": "1.5.2",
"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