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

vue-loop

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-loop - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

.npmignore

4

Examples/assets/js/app.js

@@ -8,4 +8,4 @@ /**

import VueLoop from 'vue-loop';
//import VueLoop from './test/VueLoop';
//import VueLoop from 'vue-loop';
import VueLoop from './test/VueLoop';

@@ -12,0 +12,0 @@ new Vue({

@@ -21,4 +21,4 @@ {

"vue": "^2.2.6",
"vue-loop": "^0.1.0"
"vue-loop": "^0.2.0"
}
}
{
"name": "vue-loop",
"version": "0.2.1",
"version": "0.2.2",
"main": "VueLoop.vue"
}
<img width="848" alt="screen shot 2017-04-28 at 7 19 00 pm" src="https://cloud.githubusercontent.com/assets/3231370/25550501/93bef97a-2c47-11e7-83c6-37534fdf4d04.png">
# Vue Loop
We've had a lot of people compliment us on the infinate content loop we did over at [Look Studios](http://lookstudios.xyz). We decided to build a simple .vue file for all you vue fans to use.
We've had a lot of people compliment us on the infinite content loop we did over at [Look Studios](http://lookstudios.xyz). We decided to build a simple .vue file for all you vue fans to use.

@@ -14,7 +14,7 @@ ## Installation

new Vue({
el: '#app',
el: '#app',
components: {
VueLoop
}
components: {
VueLoop
}
})

@@ -25,14 +25,14 @@ ```

<vue-loop :full="true" :horizontal="false">
<div class="item">
1
</div>
<div class="item">
2
</div>
<div class="item">
3
</div>
<div class="item">
4
</div>
<div class="item">
1
</div>
<div class="item">
2
</div>
<div class="item">
3
</div>
<div class="item">
4
</div>
</vue-loop>

@@ -39,0 +39,0 @@ ```

Sorry, the diff of this file is not supported yet

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

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