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

http-concat

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

http-concat

A express middleware for concatenating files in a given context: CSS and JS files usually

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
3
-50%
Maintainers
1
Weekly downloads
 
Created
Source

http concat

A express middleware for concatenating files in a given context: CSS and JS files usually

##Installation npm install express-http-concat --save

var express = require('express');
var httpConcat = require('http-concat');

var app = express();

app.use(httpConcat({
    base: path.join(__dirname, 'public', 'static'),
    path: '/'
}));

##Use http://example.com/??script1.js,script2.js,build/script.js http://example.com/??script1.js,script2.js,build/script.js?v=2016 http://example.com/??style1.css,style2.css,build/style.css http://example.com/??style1.css,style2.css,build/style.css?v=2016

Keywords

express

FAQs

Package last updated on 23 Sep 2016

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