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

vue-instagram

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-instagram - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

docs/build.js

16

package.json
{
"name": "vue-instagram",
"version": "1.0.4",
"version": "1.0.5",
"description": "Fetch Instagram feed components based on Vue.",

@@ -21,2 +21,5 @@ "author": "Kevin Ongko",

],
"scripts": {
"lint": "cross-env eslint --ext .js,.vue src"
},
"homepage": "https://github.com/kevinongko/vue-instagram#readme",

@@ -26,3 +29,14 @@ "license": "MIT",

"jsonp": "^0.2.1"
},
"devDependencies": {
"cross-env": "^5.0.1",
"eslint": "^4.3.0",
"eslint-plugin-vue": "beta"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:vue/recommended"
]
}
}

46

README.md
# vue-instagram
[![npm version](https://badge.fury.io/js/vue-instagram.svg)](https://badge.fury.io/js/vue-instagram)
[![npm](https://img.shields.io/npm/v/vue-instagram.svg)](https://www.npmjs.com/package/vue-instagram)
[![npm](https://img.shields.io/npm/dt/vue-instagram.svg)](https://www.npmjs.com/package/vue-instagram)
[![npm](https://img.shields.io/npm/dm/vue-instagram.svg)](https://www.npmjs.com/package/vue-instagram)
[![npm](https://img.shields.io/npm/l/vue-instagram.svg)](http://opensource.org/licenses/MIT)
Fetch Instagram feed components based on [Vue](https://vuejs.org/).
Fetch Instagram feeds component based on [Vue](https://vuejs.org/).
``Works with Vue 2.*``
## Demo
[My Instagram's feed](https://kevinongko.github.io/vue-instagram/)
## Installation

@@ -18,3 +25,3 @@

Style your feeds using [scoped slot] (https://vuejs.org/v2/guide/components.html#Scoped-Slots)
Style your feeds using [scoped slot](https://vuejs.org/v2/guide/components.html#Scoped-Slots)

@@ -34,3 +41,3 @@ ```vue

<script>
import VueInstagram from 'vue-numeric'
import VueInstagram from 'vue-instagram'

@@ -49,31 +56,10 @@ export default {

## Props
```js
/*
* Instagram access token.
*/
token: {
required: true,
type: String
},
|Props|Description|Type|Required|
|-----|-----------|----|--------|
|token|Instagram's access token|String|true|
|username|Instagram's username (token's owner)|String|true|
|count|Numbers of feed to fetch|Number|true
/*
* Instagram username.
*/
username: {
required: true,
type: String
},
/*
* Numbers of feed.
*/
count: {
default: 3
required: false,
type: Number
},
```
## License
Vue-Instagram is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Sorry, the diff of this file is not supported yet

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