New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zmp-react

Package Overview
Dependencies
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmp-react - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

5

cjs/zalo-ui-kits/button.js

@@ -22,2 +22,6 @@ "use strict";

/* dts-imports
import { Icon } from 'zmp-core/types';
*/
/* dts-props

@@ -52,2 +56,3 @@ id?: string | number;

CHILDREN_PROP
iconZMP: Icon.IconZMP
*/

@@ -54,0 +59,0 @@ var ZMPButton = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {

2

cjs/zmp-react.js
/**
* ZMP React 2.8.1
* ZMP React 2.8.2
* Build full featured iOS & Android apps using ZMP & React

@@ -4,0 +4,0 @@ * https://h5.zalo.me/react/

import * as React from 'react';
import { Icon } from 'zmp-core/types';
interface ButtonProps {

@@ -40,3 +42,3 @@ slot?: string;

iconMaterial?: string;
iconZMP?: string;
iconZMP?: Icon.IconZMP;
iconIos?: string;

@@ -43,0 +45,0 @@ iconMd?: string;

@@ -6,2 +6,6 @@ import _extends from "@babel/runtime/helpers/extends";

import { classNames } from '../shared/utils';
/* dts-imports
import { Icon } from 'zmp-core/types';
*/
/* dts-props

@@ -36,2 +40,3 @@ id?: string | number;

CHILDREN_PROP
iconZMP: Icon.IconZMP
*/

@@ -38,0 +43,0 @@

/**
* ZMP React 2.8.1
* ZMP React 2.8.2
* Build full featured iOS & Android apps using ZMP & React

@@ -4,0 +4,0 @@ * https://h5.zalo.me/react/

{
"name": "zmp-react",
"version": "2.8.1",
"version": "2.8.2",
"description": "Build full featured iOS & Android apps using ZMP & React",

@@ -5,0 +5,0 @@ "main": "cjs/zmp-react.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