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

@alifd/field

Package Overview
Dependencies
Maintainers
21
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.4.6 to 1.5.0

10

lib/index.js

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

validate = new _validate2.default((0, _defineProperty2.default)({}, name, rule));
validate = new _validate2.default((0, _defineProperty2.default)({}, name, rule), {
messages: this.options.messages
});

@@ -661,3 +663,4 @@ this._setCache(name, trigger, validate);

var validate = new _validate2.default(descriptor, {
first: this.options.first
first: this.options.first,
messages: this.options.messages
});

@@ -812,3 +815,4 @@ validate.validate(values, function (errors) {

validate = new _validate2.default(descriptor, {
first: this.options.first
first: this.options.first,
messages: this.options.messages
});

@@ -815,0 +819,0 @@ _context.next = 25;

{
"name": "@alifd/field",
"version": "1.4.6",
"version": "1.5.0",
"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.4.6/build/index.html",
"homepage": "https://unpkg.com/@alifd/field@1.5.0/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