New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

express-ajax

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-ajax

Handle AJAX requests automatically

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

express-ajax Build Status

Automatically AJAX requests handling middleware for Express framework

Installation

npm install express-ajax

Usage

To be able return only your view without it's layout, in case if request came through XmlHttpRequest, just include this middleware in your your Express configuration section. No need to do additional changes in your code.


app.configure(function() {
  app.use(require('express-ajax'));
});

That's it!

Keywords

ajax

FAQs

Package last updated on 24 Feb 2012

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