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

@alifd/field

Package Overview
Dependencies
Maintainers
27
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alifd/field - npm Package Compare versions

Comparing version 1.6.7 to 1.6.8

7

lib/index.js

@@ -355,2 +355,9 @@ "use strict";

if (field) {
//When the autoUnmount is false, the component uninstallation needs to clear the verification information to avoid blocking the validation.
if (!component && !autoUnmount) {
field.state = '';
delete field.errors;
delete field.rules;
delete field.rulesMap;
}
var ref = field.ref;

@@ -357,0 +364,0 @@ if (ref) {

4

package.json
{
"name": "@alifd/field",
"version": "1.6.7",
"version": "1.6.8",
"description": "Fields can be used to manage data when it comes to form data manipulation and validation. After being associated with a component, the form data can be automatically written back, read, and verified.",

@@ -88,3 +88,3 @@ "files": [

},
"homepage": "https://unpkg.com/@alifd/field@1.6.7/build/index.html",
"homepage": "https://unpkg.com/@alifd/field@1.6.8/build/index.html",
"bugs": "https://github.com/alibaba-fusion/field/issues",

@@ -91,0 +91,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

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