New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-full-loading

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-full-loading - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

demo.gif

4

package.json
{
"name": "vue-full-loading",
"version": "1.0.3",
"description": "Full overlay loading with spinner for Vue",
"version": "1.0.4",
"description": "Full overlay with spinner for Vue",
"main": "src/index.js",

@@ -6,0 +6,0 @@ "repository": {

# Vue Full Loading
Full overlay loading with spinner for Vue.
Full overlay with spinner for Vue.
Perfect for performing a task in the background avoiding any other action on the screen.
Can be easily handled by your <b>central event bus</b>
<p align="center">
<img width="600" src="https://raw.githubusercontent.com/PygmySlowLoris/vue-full-loading/master/demo.gif"/>
</p>
<a href="https://pygmyslowloris.github.io/vue-full-loading/"> Live Demo</a>

@@ -45,4 +50,4 @@

:event-bus="myEventBus"
:event-show="show-my-full-loading"
:event-hide="hide-my-full-loading"
event-show="show-my-full-loading"
event-hide="hide-my-full-loading"
:label="label">

@@ -49,0 +54,0 @@ </loading>

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