Socket
Socket
Sign inDemoInstall

@orbit/record-cache

Package Overview
Dependencies
5
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @orbit/record-cache

Orbit base classes used to access and maintain a set of records.


Version published
Maintainers
1
Install size
2.88 MB
Created

Changelog

Source

v0.17.2 (2022-03-06)

:bug: Bug Fix
  • @orbit/record-cache
    • #937 Improve robustness of isNode check (@dgeb)
:house: Internal
  • @orbit/record-cache
    • #938 Make sync-record-cache-update-test mirror async equivalents (@dgeb)
Committers: 1

Readme

Source

@orbit/record-cache

A record cache is an abstraction used to access and maintain a set of records.

Record caches should extend one of the following base classes:

  • SyncRecordCache - when records can be accessed synchronously

  • AsyncRecordCache - when records must be accessed asynchronously

Installation

Install with yarn:

yarn add @orbit/record-cache

Or with npm:

npm install @orbit/record-cache

Contributing

Installation

To install dependencies:

yarn install

Building

Distributions can be built to the /dist directory by running:

yarn build

Testing

CI Testing

Test in CI mode by running:

yarn test
Browser Testing

Test within a browser (at http://localhost:8080/) by running:

yarn start

License

Copyright 2014-2021 Cerebris Corporation. MIT License (see LICENSE for details).

Keywords

FAQs

Last updated on 06 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc