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

array-datastore

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-datastore

A datastore to store unique objects in an array.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

This library can generate a map of your REST API endpoints from your JsDoc and use that map to automatically hook up your endpoints to your ExpressJs app when starting your REST API web server.

GitHub issues badgeGitHub forks badgeGitHub stars badgeGitHub license badgeTwitter badge
  • Install
  • Usage
  • Tests
  • Contributing

Install

npm install --save array-datastore

Usage

  1. constructor.instance(configObject) Create a new instance of the store with an optional configuration object.
  2. addUniqueObject() Add an unique object to the store.
  3. addUniqueObjects() Add an array unique objects to the store.
  4. prependUniqueObject() Add an unique object to front of the store.
  5. prependUniqueObjects() Add an array unique objects to front of the store.
  6. replaceObject() Replace an existing object or add to the store.
  7. getObjectById() Get an object from the store by its id.
  8. deleteObjectById() Delete an object from the store by its id.
  9. hasObjectById() Check if the store has an object by its id.

See the tests (tests/dataStore_test.js) to see how these methods are used.

Tests

We use mocha and chai. Run npm test to test the generators.

Contributing

Feel free to open a pull request.

Keywords

FAQs

Package last updated on 14 Nov 2019

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