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

@alifd/field

Package Overview
Dependencies
Maintainers
23
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.5.6 to 1.5.7

4

package.json
{
"name": "@alifd/field",
"version": "1.5.6",
"version": "1.5.7",
"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.5.6/build/index.html",
"homepage": "https://unpkg.com/@alifd/field@1.5.7/build/index.html",
"bugs": "https://github.com/alibaba-fusion/field/issues",

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

@@ -53,3 +53,2 @@ export type FieldOption = {

value?: T;
checked?: T;
onChange(value: T, extra: T2): void;

@@ -56,0 +55,0 @@ };

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