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

alaska-field-text

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-text

Alaska text field

  • 0.9.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

alaska-field-text

Alaska text field

//alaska config

export default {
  'alaska-field-text': {
    //是否全部转为小写
    lowercase: false,
    //是否全部转为大写
    uppercase: false,
    //是否去掉首尾空格
    trim: false,
    //字符串模式
    match: /^[a-z]\w*/i,
    //字段最大长度
    maxlength: 20,
    //字段最小长度
    minlength: 1
  }
}

Contribute

Maichong Software

Liang Xingchen

Li Yudeng

License

This project is licensed under the terms of the MIT license

Keywords

FAQs

Package last updated on 06 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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