Socket
Book a DemoInstallSign in
Socket

@ember-data/debug

Package Overview
Dependencies
Maintainers
5
Versions
686
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-data/debug

Provides support for the ember-inspector for apps built with Ember and EmberData

latest
Source
npmnpm
Version
5.8.0
Version published
Weekly downloads
86K
5.61%
Maintainers
5
Weekly downloads
 
Created
Source

WarpDrive

NPM Stable Version NPM Downloads License EmberJS Discord Community Server WarpDrive Discord Server


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

@ember-data/debug

Provides ember-inspector support for Ember apps built with EmberData and using the older ember-data packages.

Tagged Releases

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

Usage

removing inspector support in production

If you do not want to ship inspector support in your production application, you can specify that all support for it should be stripped from the build.

let app = new EmberApp(defaults, {
  emberData: {
    includeDataAdapterInProduction: false,
  },
});

License

This project is licensed under the MIT License.

Keywords

ember-addon

FAQs

Package last updated on 20 Oct 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