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

@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.0 to 1.3.10-no-navigate.1

dist/index.js

106

package.json
{
"name": "@gatsbyjs/reach-router",
"version": "1.3.10-no-navigate.0",
"version": "1.3.10-no-navigate.1",
"description": "Next generation Routing for React.",
"main": "index.js",
"module": "es/index.js",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.modern.mjs",
"files": [
"es",
"index.js",
"umd",
"lib"
"dist/*"
],
"scripts": {
"build": "node build/build.js",
"watch": "watch -p \"src/**/*.js\" -c \"yarn build\"",
"prepare": "npm run clean && npm run build",
"build": "microbundle -f cjs,modern --jsx React.createElement --generateTypes false",
"watch": "npm run build watch --no-compress",
"prepare": "cross-env NODE_ENV=production npm run clean && npm run build",
"clean": "del-cli dist/*",
"test": "jest --runInBand",
"test:watch": "jest --watch",
"clean": "rm -rf lib es umd index.js",
"precommit": "pretty-quick --staged",
"format": "prettier '**/*.js' --write",
"lint": "eslint src"
"format": "prettier 'src/**/*.js' --write",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"fix": "npm run format && npm run lint:fix",
"postinstall": "husky install"
},
"jest": {
"globals": {
"__DEV__": true
},
"testRegex": ".+\\.test\\.js$",
"testURL": "http://localhost"
},
"peerDependencies": {
"react": "15.x || 16.x || 17.x || 18.x",
"react-dom": "15.x || 16.x || 17.x || 18.x"
"react": "18.x",
"react-dom": "18.x"
},
"dependencies": {
"invariant": "^2.2.4",
"prop-types": "^15.8.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6",
"babel-eslint": "^7.2.3",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.3.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.18.2",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"gzip-size": "^4.1.0",
"husky": "^0.14.3",
"jest": "^22.4.2",
"prettier": "^1.13.4",
"pretty-bytes": "^4.0.2",
"pretty-quick": "^1.6.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-test-renderer": "16.12",
"render-markdown-js": "^1.3.0",
"rollup": "^0.56.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"watch-cli": "^0.2.2"
"@testing-library/react": "^13.3.0",
"babel-preset-gatsby-package": "^2.20.0",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.22.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"husky": "^7.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"microbundle": "^0.15.0",
"prettier": "^2.7.1",
"react": "experimental",
"react-dom": "experimental"
},

@@ -79,12 +59,10 @@ "author": "Ryan Florence",

"react",
"react router"
"react router",
"gatsby"
],
"prettier": {
"printWidth": 80
"printWidth": 80,
"semi": false,
"arrowParens": "avoid"
},
"dependencies": {
"invariant": "^2.2.3",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^3.0.4"
},
"bugs": {

@@ -91,0 +69,0 @@ "url": "https://github.com/gatsbyjs/reach-router/issues"

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