Socket
Socket
Sign inDemoInstall

vant

Package Overview
Dependencies
Maintainers
2
Versions
565
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vant - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

lib/actionsheet.js

@@ -574,3 +574,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

return _c('div', {
staticClass: "van-loading"
staticClass: "van-loading",
class: ['van-loading--' + _vm.type]
}, [_c('span', {

@@ -577,0 +578,0 @@ staticClass: "van-loading__spinner",

@@ -358,3 +358,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

return _c('div', {
staticClass: "van-loading"
staticClass: "van-loading",
class: ['van-loading--' + _vm.type]
}, [_c('span', {

@@ -361,0 +362,0 @@ staticClass: "van-loading__spinner",

@@ -1620,5 +1620,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

width: '100%',
height: '100%',
'-webkit-transform': 'translate3d(-9999px, 0, 0)',
'pointer-events': 'none'
height: '100%'
};

@@ -1625,0 +1623,0 @@ setElementsStyles(this.pages, defaultStyle);

@@ -220,3 +220,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

return _c('div', {
staticClass: "van-loading"
staticClass: "van-loading",
class: ['van-loading--' + _vm.type]
}, [_c('span', {

@@ -223,0 +224,0 @@ staticClass: "van-loading__spinner",

@@ -1095,5 +1095,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

width: '100%',
height: '100%',
'-webkit-transform': 'translate3d(-9999px, 0, 0)',
'pointer-events': 'none'
height: '100%'
};

@@ -1100,0 +1098,0 @@ setElementsStyles(this.pages, defaultStyle);

@@ -368,3 +368,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

return _c('div', {
staticClass: "van-loading"
staticClass: "van-loading",
class: ['van-loading--' + _vm.type]
}, [_c('span', {

@@ -371,0 +372,0 @@ staticClass: "van-loading__spinner",

@@ -577,3 +577,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

return _c('div', {
staticClass: "van-loading"
staticClass: "van-loading",
class: ['van-loading--' + _vm.type]
}, [_c('span', {

@@ -580,0 +581,0 @@ staticClass: "van-loading__spinner",

{
"name": "vant",
"version": "0.5.0",
"version": "0.5.1",
"description": "有赞vue wap组件库",

@@ -14,3 +14,3 @@ "main": "lib/vant.js",

"bootstrap": "yarn || npm i --registry=http://registry.npm.qima-inc.com",
"dev": "npm run build:file && webpack-dev-server --inline --history-api-fallback --hot --config build/webpack.config.js --content-base ./",
"dev": "npm run build:file && webpack-dev-server --inline --hot --config build/webpack.config.js --content-base ./",
"build:file": "node build/bin/build-entry.js",

@@ -17,0 +17,0 @@ "build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",

@@ -51,5 +51,3 @@ import { EventEmitter, extend } from './utils';

width: '100%',
height: '100%',
'-webkit-transform': 'translate3d(-9999px, 0, 0)',
'pointer-events': 'none'
height: '100%'
};

@@ -56,0 +54,0 @@ setElementsStyles(this.pages, defaultStyle);

{
"name": "vant-css",
"version": "0.5.0",
"version": "0.5.1",
"description": "vant css.",

@@ -5,0 +5,0 @@ "main": "lib/index.css",

@@ -83,3 +83,3 @@ import Button from '../packages/button/index.js';

install,
version: '0.5.0',
version: '0.5.1',
Button,

@@ -86,0 +86,0 @@ Switch,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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