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

@58fe/v5

Package Overview
Dependencies
Maintainers
10
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.8.13 to 1.8.14

4

examples/main.js

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

Vue.use(LoadingPlugin);
Vue.use(LoadingPlugin, {
delay: 100
});
Vue.use(AlertPlugin);

@@ -22,0 +24,0 @@ Vue.use(ConfirmPlugin);

{
"name": "@58fe/v5",
"version": "1.8.13",
"version": "1.8.14",
"main": "src/index.js",

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

@@ -10,7 +10,11 @@ import Loading from './../../components/loading';

});
document.body.appendChild($vm.$el);
$vm = Object.assign($vm, props);
const loading = {
show() {
if ($vm.show) return;
$vm.value = true;

@@ -30,2 +34,3 @@ },

}
Vue.mixin({

@@ -32,0 +37,0 @@ created: function () {

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