Socket
Socket
Sign inDemoInstall

@gatsbyjs/reach-router

Package Overview
Dependencies
Maintainers
21
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gatsbyjs/reach-router - npm Package Compare versions

Comparing version 1.3.10-no-navigate.1 to 1.3.10-no-navigate.2

21

package.json
{
"name": "@gatsbyjs/reach-router",
"version": "1.3.10-no-navigate.1",
"description": "Next generation Routing for React.",
"version": "1.3.10-no-navigate.2",
"description": "Gatsby's fork to modernize reach-router",
"source": "src/index.js",

@@ -18,7 +18,9 @@ "main": "dist/index.js",

"test:watch": "jest --watch",
"format": "prettier 'src/**/*.js' --write",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier \"**/*.{md,js}\" --write",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "npm run lint -- --fix",
"fix": "npm run format && npm run lint:fix",
"postinstall": "husky install"
"_postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},

@@ -48,2 +50,3 @@ "peerDependencies": {

"microbundle": "^0.15.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",

@@ -54,2 +57,6 @@ "react": "experimental",

"author": "Ryan Florence",
"contributors": [
"Ty Hopp",
"LekoArts"
],
"license": "MIT",

@@ -62,3 +69,3 @@ "repository": {

"react",
"react router",
"reach router",
"gatsby"

@@ -65,0 +72,0 @@ ],

@@ -1,27 +0,14 @@

<h1 align="center">Fork by <a href="https://gatsbyjs.com">Gatsby</a> to make it compatible with React 17 & 18</h1>
# @gatsbyjs/reach-router
<p align="center">
<a href="https://reach.tech/router/">
<img alt="Reach Router" src="./logo-horizontal.png" width="400">
</a>
</p>
This is a **fork** made by [Gatsby](https://www.gatsbyjs.com) to make changes to [`reach-router`](https://reach.tech/router/) like:
<p align="center">
Next Generation Routing for <a href="https://facebook.github.io/react">React</a>
</p>
- Support for React 17 & 18
- Support for React Server Components
- Publish as CJS and ESM
<p align="center">
<a href="https://www.npmjs.com/package/@gatsbyjs/reach-router"><img src="https://img.shields.io/npm/v/@gatsbyjs/reach-router.svg?style=flat-square"></a>
<a href="https://www.npmjs.com/package/@gatsbyjs/reach-router"><img src="https://img.shields.io/npm/dm/@gatsbyjs/reach-router.svg?style=flat-square"></a>
Use this fork **at your own risk** as we'll make changes to it that will benefit Gatsby. We won't accept feature requests, please fork this repository if you need other things. We'll still try to keep versioning semver-compatible though.
<p>
<a href="https://www.npmjs.com/package/@gatsbyjs/reach-router"><img src="https://img.shields.io/npm/v/@gatsbyjs/reach-router.svg?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@gatsbyjs/reach-router"><img src="https://img.shields.io/npm/dm/@gatsbyjs/reach-router.svg?style=flat-square" /></a>
</p>
## Documentation
[Documentation Site](https://reach.tech/router)
You can also find the docs in the [website directory](./website/src/markdown).
## Legal
MIT License
Copyright (c) 2018-present, Ryan Florence

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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