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.1.8 to 1.2.0

2

build/options.js

@@ -24,3 +24,2 @@ 'use strict'

main: path.join(__dirname, '..', 'src'),
docs: path.join(__dirname, '..', 'docs-src'),
examples: path.join(__dirname, '..', 'examples-src')

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

main: path.join(__dirname, '..', 'dist'),
docs: path.join(__dirname, '..', 'docs'),
examples: path.join(__dirname, '..', 'examples')

@@ -34,0 +32,0 @@ },

2

dist/vue-simple-spinner.min.js
/*!
* vue-simple-spinner v1.1.8 (https://github.com/dzwillia/vue-simple-spinner)
* vue-simple-spinner v1.2.0 (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.1.8",
"version": "1.2.0",
"description": "A simple, flexible spinner for Vue.js",

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

"build": "webpack --config build/webpack.dist.js",
"build:docs": "webpack --config build/webpack.docs.js",
"build:examples": "webpack --config build/webpack.examples.js",
"build:all": "npm run build && npm run build:docs && npm run build:examples",
"clean": "rimraf ./docs/docs.bundle.css ./docs/docs.bundle.js ./examples/examples.bundle.css ./examples/examples.bundle.js"
"build:all": "npm run build && npm run build:examples",
"clean": "rimraf ./examples/examples.bundle.css ./examples/examples.bundle.js"
},

@@ -16,0 +15,0 @@ "repository": {

@@ -66,3 +66,3 @@ # vue-simple-spinner

el: '#app'
});
})
</script>

@@ -69,0 +69,0 @@ </body>

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