New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

symfony-x-debug

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symfony-x-debug

client js library for display link to profile xhr request

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Symfony-x-debug

Simple JavaScript utility for displaying links to x-debug-profiler in Symfony requests.

If you are creating a SPA then a standard line profiler of symfony is not available

This problem is solved Symfony-x-debug

Install with npm or Yarn:

npm:

npm install symfony-x-debug --save

Yarn:

yarn add symfony-x-debug

Usage

With ES5

var xDebug = require('symfony-x-debug');

With ES6

import 'symfony-x-debug';

With Webpack

// webpack.config.js
// append symfony-x-debug to entries list
const entriesClient = {
  app: [
    'symfony-x-debug',
    path.join(jsSrcPath, '/app.jsx'),
  ],
};

Symfony-x-debug to add popup window with the number of asynchronous requests to the server

Hover will be shown a table with links to profiler

FAQs

Package last updated on 09 Nov 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc