Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

account

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

account

Provide a skeleton interface for user account login, registration, serialization, and deserialization

Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
61
-16.44%
Maintainers
1
Weekly downloads
 
Created
Source

Account

Provide a skeleton interface for user account registration and login

Build Status Dependency Status Status

Installation

npm install -S accounts

Usage

The accounts module is an just an interface that is intended to be implemented by modules with specific backend code. See the account-couch module for an example

All interfaces must implement all methods in index.js. These methods are as follows

  • login
  • register
  • serializeUser
  • deserializeUser

Keywords

account

FAQs

Package last updated on 01 May 2013

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