Socket
Socket
Sign inDemoInstall

@58fe/v5

Package Overview
Dependencies
Maintainers
14
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.5.4 to 1.7.0

examples/views/radiolist/index.vue

12

examples/router/index.js

@@ -12,3 +12,5 @@ import 'es6-promise/auto';

import Scroller from '../views/scroller';
import SelectScroller from '../views/select-scroller';
import Checklist from '../views/checklist';
import Radiolist from '../views/radiolist';
import XDialog from '../views/x-dialog';

@@ -69,2 +71,7 @@ import XChecklist from '../views/x-checklist';

{
path: '/select-scroller',
name: 'select-scroller',
component: SelectScroller
},
{
path: '/checklist',

@@ -75,2 +82,7 @@ name: 'checklist',

{
path: '/radiolist',
name: 'radiolist',
component: Radiolist
},
{
path: '/x-dialog',

@@ -77,0 +89,0 @@ name: 'x-dialog',

2

package.json
{
"name": "@58fe/v5",
"version": "1.5.4",
"version": "1.7.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "description": "vue components",

@@ -9,3 +9,5 @@ import Alert from './components/alert';

import Scroller from './components/scroller';
import SelectScroller from './components/select-scroller';
import Checklist from './components/checklist';
import Radiolist from './components/radiolist';

@@ -30,3 +32,5 @@ import ToastPlugin from './plugins/toast';

Scroller,
SelectScroller,
Checklist,
Radiolist,
ToastPlugin,

@@ -33,0 +37,0 @@ AlertPlugin,

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