New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-indexed-db

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-indexed-db

A comprehensive API of AngularJS factories for interacting with the IndexedDbin browser database

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Angular-IndexedDb

This project is a collection of Angular factories dedicated to interacting with the built in IndexedDb browser database.

This project is still in its infancy stage and as such will be violatile as it undergoes further maturity, development, and code coverage.

The goal of this project is to be a comprehensive API for the browser based IndexedDb Database that can be injected into Angular.

In order to utilize the current API all requests need to be made through the TransactionFactory.

This module contains four methods at the moment.

.insert: databaseObject, objectStoreObject, indecesObject, itemsToAdd

databaseObject

DbName: Type: String 'The name of the database',

DbVersion: Type: Number 'The current version of the database',

Db: {} Type: Empty Object 'This is used internally by the project to hold a created database instance'.

databaseObject is a value template provided under the DatabaseObject value and is meant to be modified in the controller
  before makeing a call

To do document the rest of the API

Keywords

IndexedDb

FAQs

Package last updated on 31 Jul 2015

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