Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@orbit/memory

Package Overview
Dependencies
6
Maintainers
1
Versions
42
Issues
File Explorer

Advanced tools

@orbit/memory

Orbit source for managing in-memory records.

    0.17.2latest
    GitHub

Version published
Maintainers
1
Weekly downloads
772
decreased by-1.91%

Weekly downloads

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/memory

An in-memory data source that supports complex querying and updating. Because memory sources maintain data in immutable data structures, they can be efficiently forked. Forked sources can diverge from the master source, and then any changes can be merged later.

Installation

Install with yarn:

yarn add @orbit/memory

Or with npm:

npm install @orbit/memory

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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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