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

backbone-gitlab

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-gitlab

Backbone for the GitLab API ==================================================

  • 0.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

Backbone for the GitLab API

backbone-gitlab is an open-source JavaScript library built on Backbone.js, to be used in browsers to load data via the GitLab API.

NPM

Compiling

This library is written in Coffeescript, to compile run:

npm run build-js

If you wish to watch for changes, such as when writing new tests, you can run

npm run watch-js

Testing

The library ships with a testing suite that makes requests to a fake canned server. First you need to install the dependencies:

npm install

Then run this command from the root folder:

npm run build-js
npm run test

This command will start up a canned server for stubbing tests and open a test/index.html in the browser.

License

MIT

FAQs

Package last updated on 22 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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