Socket
Book a DemoInstallSign in
Socket

ember-data-mirror

Package Overview
Dependencies
Maintainers
13
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-data-mirror

The lightweight reactive data library for JavaScript applications

latest
Source
npmnpm
Version
5.7.0
Version published
Maintainers
13
Created
Source

EmberData EmberData


EmberData is a lightweight data library for web apps —
universal, typed, reactive, and ready to scale.

NPM Stable Version NPM Downloads License Docs Discord Community Server

[!TIP] EmberData is going universal and rebranding as WarpDrive with support for any signals based reactive framework!

This means you may already see some references to WarpDrive.

EmberData provides features that make it easy to build scalable, fast, feature rich application — letting you ship better experiences more quickly without re-architecting your app or API. EmberData is:

  • ⚡️ Committed to Best-In-Class Performance
  • 💚 Typed
  • ⚛️ Works with any API
  • 🌲 Focused on being as tiny as possible
  • 🚀 SSR Ready
  • 🔜 Seamless reactivity in any framework
  • 🐹 Built with ♥️ by Ember

Tagged Releases

  • NPM Canary Version
  • NPM Beta Version
  • NPM Stable Version
  • NPM LTS Version
  • NPM LTS 4.12 Version

Basic Installation

Install using your javascript package manager of choice. For instance with pnpm

pnpm add ember-data

ember-data is installed by default for new applications generated with ember-cli. You can check what version is installed by looking in the devDependencies hash of your project's package.json file.

If you have generated a new Ember application using ember-cli but do not wish to use ember-data, remove ember-data from your project's package.json file and run your package manager's install command to update your lockfile.

Advanced Installation

EmberData is organized into primitives that compose together via public APIs. These primitives are organized into small packages encapsulating these boundaries. These packages declare peer-dependencies (sometimes optional peer dependencies) on the other EmberData/WarpDrive packages they require use of.

Some EmberData APIs are older than others, and these still interop via well-defined public API boundaries but are no longer the ideal approach.

And finally:

  • ember-data is a "meta" package which bundles many of these together for convenience in a "legacy" configuration.

License

This project is licensed under the MIT License.

Keywords

ember-addon

FAQs

Package last updated on 27 Aug 2025

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