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

quips

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quips

a leak-plugging layer on top of backbone.js with some UI enhancements

  • 1.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
123
increased by1130%
Maintainers
5
Weekly downloads
 
Created
Source

#quips a leak-plugging layer on top of backbone.js

a basic example can be found here: http://github.com/vistarmedia/quips-example

Build Status

###Installation

npm install quips

###Authentication currently, quips will assume a rest resource "/session/" which responds to GET, POST and DELETE requests.

  • the GET should return the email (username) and name (friendly name) for a currently logged on session.
  • the POST should authenticate a user based on username/password.
  • the DELETE should log out the user.

###Block UI Integration you may create a global blocking UI overlay from any view by calling block() on that view. unblocking is just as simple by calling unblock().

FAQs

Package last updated on 27 Feb 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