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

responsive-selector

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

responsive-selector

Select & preview an express application at various form-factors.

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Responsive-selector

A helper utility that makes it easy to test responsive design in the browser. Adapts the template preview toobar from https://almsaeedstudio.com/preview

Designed to be used with an express application.

Install

npm install responsive-selector

Use

var express = require('express');
var app = express();
app.use(responsiveSelector()); 

responsiveSelector can be customized with app_url & preview_url var app_url = '/'; var preview_url = '/preview'; app.use(responsiveSelector(app_url, preview_url));

Keywords

express

FAQs

Package last updated on 09 Dec 2015

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