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.2 to 2.8.3

zmp-react-2.8.0.tgz

3

cjs/components/input.js

@@ -451,3 +451,4 @@ "use strict";

'input-dropdown': dropdown === 'auto' ? type === 'select' : dropdown,
'input-invalid': errorMessage && errorMessageForce || inputInvalid
'input-invalid': errorMessage && errorMessageForce || inputInvalid,
'input-with-value': inputHasValue
}, (0, _mixins.colorClasses)(props));

@@ -454,0 +455,0 @@ return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({

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

@@ -10,3 +10,3 @@ * https://h5.zalo.me/react/

*
* Released on: June 16, 2022
* Released on: June 17, 2022
*/

@@ -13,0 +13,0 @@ "use strict";

@@ -429,3 +429,4 @@ import _extends from "@babel/runtime/helpers/extends";

'input-dropdown': dropdown === 'auto' ? type === 'select' : dropdown,
'input-invalid': errorMessage && errorMessageForce || inputInvalid
'input-invalid': errorMessage && errorMessageForce || inputInvalid,
'input-with-value': inputHasValue
}, colorClasses(props));

@@ -432,0 +433,0 @@ return /*#__PURE__*/React.createElement("div", _extends({

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

@@ -10,3 +10,3 @@ * https://h5.zalo.me/react/

*
* Released on: June 16, 2022
* Released on: June 17, 2022
*/

@@ -13,0 +13,0 @@ /* eslint-disable no-proto */

{
"name": "zmp-react",
"version": "2.8.2",
"version": "2.8.3",
"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