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

quips

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


Version published
Maintainers
1
Created

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

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

###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.

FAQs

Package last updated on 20 Dec 2012

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