🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ophiuchus/form

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ophiuchus/form - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
dist/index.es.js
/*!
* @ophiuchus/form v1.0.0 Mon Aug 30 2021 21:28:50 GMT+0800 (中国标准时间)
* @ophiuchus/form v1.0.0 Sun Sep 26 2021 14:35:53 GMT+0800 (中国标准时间)
* (c) 2021 @mws_ophiuchus

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* @ophiuchus/form v1.0.0 Mon Aug 30 2021 21:28:50 GMT+0800 (中国标准时间)
* @ophiuchus/form v1.0.0 Sun Sep 26 2021 14:35:53 GMT+0800 (中国标准时间)
* (c) 2021 @mws_ophiuchus

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "@ophiuchus/form",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.umd.js",

@@ -29,3 +29,4 @@ "module": "dist/index.es.js",

"author": "songbug1024",
"license": "MIT"
"license": "MIT",
"gitHead": "5e2ba4f2a82b1292bb7aa279c905fa2b47f20ebf"
}

@@ -11,4 +11,4 @@ # Form 表单

import Vue from 'vue';
import { Form } from '@ophiuchus/form';
import { Field } from '@ophiuchus/field';
import Form from '@ophiuchus/form';
import Field from '@ophiuchus/field';

@@ -292,3 +292,3 @@ Vue.use(Form);

return {
uploader: [{ url: 'https://img01.yzcdn.cn/vant/leaf.jpg' }],
uploader: [{ url: 'https://img4.tuhu.org/JU_d6bTpbt6kxlAcmNKCew_w660_h520.jpeg' }],
};

@@ -295,0 +295,0 @@ },