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

vue-gitlab-api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-gitlab-api - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/vue-gitlab-api.js

9

CHANGELOG.md

@@ -10,2 +10,9 @@ # Changelog

## 0.1.2 - 2016-10-25
### Added
- Readme now gives credit for the chosen logo
### Fixed
- Ensured that dist folder is deployed with npm package
## 0.1.1 - 2016-10-25

@@ -26,2 +33,2 @@ ### Added

[Unreleased]: https://gitlab.com/clorichel/vue-gitlab-api/compare/v0.1.1...master
[Unreleased]: https://gitlab.com/clorichel/vue-gitlab-api/compare/v0.1.2...master

2

package.json
{
"name": "vue-gitlab-api",
"version": "0.1.1",
"version": "0.1.2",
"description": "A deadly simple Vue.js plugin to consume GitLab API.",

@@ -5,0 +5,0 @@ "author": "clorichel <contact@clorichel.com>",

@@ -84,7 +84,7 @@ # vue-gitlab-api

* Issue a GET request on 'GitLabAPI_url/api/v3' with params and a variable to fill in
* @param {String} uri The GitLab API uri to consume surch as '/projects'
* @param {String} uri The GitLab API uri to consume such as '/projects'
* @param {Object} params A parameters object such as { 'project_id': 72 }
* @param {Array} fillIn The Vue.js defined data to fill in with results from GitLab API
*/
get: function (uri, params, fillIn)
get: function (uri, params, fillIn) {}

@@ -95,3 +95,3 @@ /**

*/
setToken: function (newToken)
setToken: function (newToken) {}

@@ -102,3 +102,3 @@ /**

*/
setUrl: function (newUrl)
setUrl: function (newUrl) {}
```

@@ -133,4 +133,9 @@

## Credits
- Logo derived from a [SlideGenius](https://thenounproject.com/slidegenius/) creation [CC licensed](https://creativecommons.org/licenses/by/3.0/us/)
## License
The _vue-gitlab-api_ plugin is distributed under the [MIT License (MIT)](LICENSE). Please have a look at the dependencies licenses if you plan on using, building, or distributing this plugin.

@@ -57,3 +57,3 @@ (function () {

* Issue a GET request on 'GitLabAPI_url/api/v3' with params and a variable to fill in
* @param {String} uri The GitLab API uri to consume surch as '/projects'
* @param {String} uri The GitLab API uri to consume such as '/projects'
* @param {Object} params A parameters object such as { 'project_id': 72 }

@@ -60,0 +60,0 @@ * @param {Array} fillIn The Vue.js defined data to fill in with results from GitLab API

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