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

vue-simple-spinner

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-spinner - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/vue-simple-spinner.min.js
/*!
* vue-simple-spinner v1.0.5 (https://github.com/dzwillia/vue-simple-spinner)
* vue-simple-spinner v1.0.6 (https://github.com/dzwillia/vue-simple-spinner)
* (c) 2017 David Z. Williams

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "vue-simple-spinner",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple, flexible spinner for Vue.js",

@@ -22,6 +22,6 @@ "author": "David Z. Williams <dave@flex.io>",

"vuejs",
"ui",
"components",
"table",
"grid",
"ui"
"spinner",
"progress"
],

@@ -28,0 +28,0 @@ "license": "MIT",

@@ -6,5 +6,9 @@ # vue-simple-spinner

## Documentation and demo
## Documentation
[http://dzwillia.github.io/vue-simple-spinner/](http://dzwillia.github.io/vue-simple-spinner/)
## Demo
[https://dzwillia.github.io/vue-simple-spinner/examples](https://dzwillia.github.io/vue-simple-spinner/examples)
## Requirements

@@ -42,32 +46,2 @@ * [Vue.js](http://vuejs.org/) (^v2.1.4)

### Globals (script tag)
Add a script tag pointing to `dist/vue-simple-spinner.js` *after* adding Vue.
Example:
```html
<html>
<head>
...
</head>
<body>
<div id="app">
<vue-simple-spinner>Hello world!</vue-simple-spinner>
</div>
<script src="path/to/vue.js"></script>
<script src="path/to/vue-simple-spinner.js"></script>
<script>
new Vue({
el: '#app',
components: {
VueSimpleSpinner
}
});
</script>
</body>
</html>
```
## License

@@ -74,0 +48,0 @@ vue-simple-spinner is open source and released under the [MIT License](LICENSE).

Sorry, the diff of this file is too big to display

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