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

hyperapp-hash-router

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperapp-hash-router

@hyperapp/router compatible router library based on location.hash

0.1.0
latest
npm
Version published
Maintainers
1
Created
Source

hyperapp-hash-router

NPM version Maintainability

@hyperapp/router compatible router library based on location.hash.

Demo

Installation

If your project is using npm, you can install hyperapp-hash-router package by npm command:

npm install --save hyperapp-hash-router

Distribution files

  • dist/index.js - The CommonJS version of this package. (default)
  • dist/index.mjs - The ES Modules version of this package.
  • dist/hyperapp-hash-router.js, dist/hyperapp-hash-router.min.js - The UMD version of this package. This version exports itself to window.hyperappHashRouter.

Usage

import { Link, Route, Switch, Redirect, location } from "hyperapp-hash-router"

hyperapp-hash-router is compatible with @hyperapp/router so you can use these objects as described in @hyperapp/router's README document.

FAQs

Package last updated on 01 Apr 2018

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