Socket
Socket
Sign inDemoInstall

http-equiv-refresh

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-equiv-refresh

Parse an HTML meta refresh value.


Version published
Weekly downloads
58K
decreased by-7.32%
Maintainers
1
Weekly downloads
 
Created
Source

http-equiv-refresh NPM Version Build Status

Parse an HTML meta refresh value.

Installation

Node.js >= 0.10 is required. To install, type this at the command line:

npm install http-equiv-refresh

Usage

var parseMetaRefresh = require("http-equiv-refresh");
 
parseMetaRefresh("5; url=http://domain.com/");
//=> { timeout:5, url:"http://domain.com/" }

parseMetaRefresh("5");
//=> { timeout:5, url:null }

Keywords

FAQs

Package last updated on 17 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

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