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

async-validator-uniapp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-validator-uniapp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "async-validator-uniapp",
"version": "1.0.0",
"version": "1.0.1",
"description": "a simgle tool for valid form",
"main": "index.js",
"main": "./src/index.js",
"scripts": {

@@ -16,2 +16,5 @@ "test": "echo \"Error: no test specified\" && exit 1"

"email":"x13352840347@gmail.com",
"dependencies": {
"async-validator": "^1.10.1"
},
"license": "Apache License 2.0",

@@ -18,0 +21,0 @@ "bugs": {

## async-validator-uniapp
> a simgle tool for valid form
> [github](http://jianshu.com)
> [github](https://github.com/MTTTM/async-validator-uniapp.git)
## Usage

@@ -9,5 +9,5 @@ ###安装

##### 在项目根目录执行命令安装npm包:
> npm install packageName --save
> npm i async-validator-uniapp --save
##### 使用
> import package from 'packageName'
> import package from 'async-validator-uniapp'

@@ -17,11 +17,5 @@ ### 全局导入

```html
import xPlus from "./components/x-form/src/index.js"
import xPlus from "async-validator-uniapp"
xPlus.install(Vue);
```
### 局部导入
```html
```
### API

@@ -28,0 +22,0 @@ #### xPlus.install

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