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

vue-loading-overlay

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-loading-overlay - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

3

CHANGELOG.md
# Changelog
### [3.4.2](https://github.com/ankurk91/vue-loading-overlay/compare/3.4.1...3.4.2)
* Fix: [#64](https://github.com/ankurk91/vue-loading-overlay/issues/64)
### [3.4.1](https://github.com/ankurk91/vue-loading-overlay/compare/3.4.0...3.4.1)

@@ -4,0 +7,0 @@ * Add type definitions

2

package.json
{
"name": "vue-loading-overlay",
"version": "3.4.1",
"version": "3.4.2",
"description": "Vue.js component for full screen loading indicator.",

@@ -5,0 +5,0 @@ "main": "dist/vue-loading.js",

@@ -206,3 +206,3 @@ # Vue Loading Overlay Component

### Browser support
* [Modern](http://browserl.ist/?q=defaults%2C+not+ie+%3E+0%2Cnot+ie_mob+%3E+0) browsers only
* Modern browsers only

@@ -209,0 +209,0 @@ ## Run examples on your localhost

@@ -5,3 +5,3 @@ import {Vue, VueConstructor, ExtendedVue} from 'vue/types/vue'

export interface LoaderComponent extends ExtendedVue<any, any, any, any, any> {
hide()
hide(): void
}

@@ -8,0 +8,0 @@

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