Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cpro-js/history-ui5

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

@cpro-js/history-ui5

> ui5 compatible implementation of react router's hash history implementation

  • 4.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

@cpro-js/history-ui5

ui5 compatible implementation of react router's hash history implementation

Supports the following versions:

  • react-router v5
  • history v4

Installation

$ yarn add @cpro-js/history-ui5

Usage

Create your own instance of history

import { createUI5History } from "@cpro-js/history-ui5";

const ui5History = createUI5History();

and pass it to react-routers Router component:

import { Route, Router, Switch } from "react-router-dom";

export default function App() {
  return (
    <Router history={ui5History}>
      {/* Your code */}
    </Router>
  );
}

FAQs

Package last updated on 10 Sep 2021

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