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

@58fe/v5

Package Overview
Dependencies
Maintainers
11
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@58fe/v5 - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

6

.postcssrc.js

@@ -6,8 +6,4 @@ // https://github.com/michael-ciniawsky/postcss-load-config

// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {},
"postcss-px2rem-exclude": {
"remUnit": 75,
"exclude": /node_modules/i
}
"autoprefixer": {}
}
}

@@ -42,13 +42,4 @@ var path = require('path');

{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('src/icons')],
options: {
symbolId: 'icon-[name]',
}
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
exclude: [resolve('src/icons')],
options: {

@@ -55,0 +46,0 @@ limit: 10000,

4

examples/main.js

@@ -10,4 +10,3 @@ // The Vue build version to load with the `import` command

AlertPlugin,
ConfirmPlugin,
IconPlugin
ConfirmPlugin
} from '@';

@@ -26,3 +25,2 @@

Vue.use(ConfirmPlugin);
Vue.use(IconPlugin);

@@ -29,0 +27,0 @@ /* eslint-disable no-new */

@@ -23,11 +23,3 @@ import 'es6-promise/auto';

import XRadiolist from '../views/x-radiolist';
import Picker from '../views/picker';
import Datepicker from '../views/datepicker';
import Citypicker from '../views/citypicker';
import Swiper from '../views/swiper';
import Scrollnum from '../views/scrollnum';
import Countdown from '../views/countdown';
import Icon from '../views/icon';
import AlertPlugin from '../views/alert/plugin.vue';

@@ -46,3 +38,3 @@ import ConfirmPlugin from '../views/confirm/plugin.vue';

},
// components
//components
{

@@ -138,34 +130,4 @@ path: '/alert',

},
//plugins
{
path: '/picker',
name: 'picker',
component: Picker
},
{
path: '/datepicker',
name: 'datepicker',
component: Datepicker
},
{
path: '/citypicker',
name: 'citypicker',
component: Citypicker
},
{
path: '/swiper',
name: 'swiper',
component: Swiper
},
{
path: '/scrollnum',
name: 'scrollnum',
component: Scrollnum
},
{
path: '/countdown',
name: 'countdown',
component: Countdown
},
// plugins
{
path: '/alert-plugin',

@@ -189,9 +151,4 @@ name: 'alert-plugin',

component: ToastPlugin
},
{
path: '/icon-plugin',
name: 'icon-plugin',
component: Icon
}
]
});
{
"name": "@58fe/v5",
"version": "1.9.1",
"main": "src/index.js",
"description": "vue components",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e"
},
"author": "58fe",
"keywords": [
"58",
"v5",
"vue",
"components",
"vue-components",
"ui",
"framework",
"frontend"
],
"license": "MIT",
"dependencies": {
"@better-scroll/core": "^2.0.0-beta.6",
"@better-scroll/wheel": "^2.0.0-beta.6",
"array-from": "^2.1.1",
"svg-sprite-loader": "^4.1.6",
"postcss-px2rem-exclude": "^0.0.6",
"vue": "^2.4.2",
"vue-router": "^2.7.0",
"vuex": "^2.3.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chalk": "^2.0.1",
"chromedriver": "^2.27.2",
"commitizen": "^2.9.6",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"cssnano": "^3.10.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^3.19.0",
"eslint-config-58fe": "^1.0.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"husky": "^0.14.3",
"inject-loader": "^3.0.0",
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.2.0",
"phantomjs-prebuilt": "^2.1.14",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.6",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"sw-precache-webpack-plugin": "^0.11.4",
"uglify-es": "^3.3.9",
"url-loader": "^0.5.8",
"validate-commit-msg": "^2.14.0",
"vconsole": "^3.2.0",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"safari >= 6",
"opera >= 12.1",
"ios >= 6",
"android >= 2.3",
"bb >= 10",
"and_uc 9.9",
"not ie <= 8"
]
"name": "@58fe/v5",
"version": "1.9.2",
"main": "src/index.js",
"description": "vue components",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e"
},
"author": "58fe",
"keywords": [
"58",
"v5",
"vue",
"components",
"vue-components",
"ui",
"framework",
"frontend"
],
"license": "MIT",
"dependencies": {
"vue": "^2.4.2",
"vue-router": "^2.7.0",
"vuex": "^2.3.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chalk": "^2.0.1",
"chromedriver": "^2.27.2",
"commitizen": "^2.9.6",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"cssnano": "^3.10.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^3.19.0",
"eslint-config-58fe": "^1.0.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"husky": "^0.14.3",
"inject-loader": "^3.0.0",
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.2.0",
"phantomjs-prebuilt": "^2.1.14",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.6",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"sw-precache-webpack-plugin": "^0.11.4",
"uglify-es": "^3.3.9",
"url-loader": "^0.5.8",
"validate-commit-msg": "^2.14.0",
"vconsole": "^3.2.0",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"safari >= 6",
"opera >= 12.1",
"ios >= 6",
"android >= 2.3",
"bb >= 10",
"and_uc 9.9",
"not ie <= 8"
]
}

@@ -48,3 +48,3 @@ /* eslint-disable */

content.style[transformProperty] =
'translate(' + -left + 'px,' + -top + 'px scale(' + zoom + ')';
'translate(' + -left + 'px,' + -top + 'px) scale(' + zoom + ')';
};

@@ -51,0 +51,0 @@ } else {

@@ -22,8 +22,2 @@ //components

import XRadiolist from './components/x-radiolist';
import Picker from './components/picker';
import Datepicker from './components/datepicker';
import Citypicker from './components/citypicker';
import Swiper from './components/swiper';
import Scrollnum from './components/scrollnum';
import Countdown from './components/countdown';

@@ -35,3 +29,2 @@ //plugins

import ConfirmPlugin from './plugins/confirm';
import IconPlugin from './plugins/icon';

@@ -41,7 +34,2 @@ //mixins

// 自动导入
const requireAll = (requireContext) => requireContext.keys().map(requireContext);
const req = require.context('./icons', false, /\.svg$/);
requireAll(req);
export {

@@ -72,10 +60,3 @@ Active,

XChecklist,
XRadiolist,
IconPlugin,
Picker,
Datepicker,
Citypicker,
Swiper,
Scrollnum,
Countdown
XRadiolist
};

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

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

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

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

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