Socket
Socket
Sign inDemoInstall

@ember-data/debug

Package Overview
Dependencies
698
Maintainers
13
Versions
434
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
73K
decreased by-24.72%
Maintainers
13
Created
Weekly downloads
 

Changelog

Source

v5.3.3 (2024-03-02)

:bug: Bug Fix
  • #9243 fix: keep core-type peer-deps (@runspired)
Committers: (1)

Chris Thoburn (@runspired)

Readme

Source

@ember-data/debug

Provides ember-inspector support for Ember apps built with EmberData

Installation

Note If using ember-data, this library comes pre-installed.

pnpm install @ember-data/debug

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

FAQs

Last updated on 02 Mar 2024

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