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

react-router-path-normalize

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-path-normalize - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

2

lib/index.js
"use strict";
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", {

{
"name": "react-router-path-normalize",
"description": "Normalize paths for React Router.",
"version": "3.0.8",
"version": "3.0.9",
"author": {

@@ -10,2 +10,6 @@ "email": "zac@zacanger.com",

},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/zacanger"
},
"license": "LGPL-3.0",

@@ -42,14 +46,14 @@ "main": "lib/index.js",

"dependencies": {
"path-normalize": "4.0.7"
"path-normalize": "4.0.8"
},
"devDependencies": {
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/cli": "7.8.4",
"@babel/core": "7.8.6",
"@babel/preset-env": "7.8.6",
"@babel/preset-react": "7.8.3",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-plugin-add-module-exports": "1.0.2",
"babel-tape-runner": "3.0.0",
"eslint": "6.8.0",
"eslint-plugin-zacanger": "1.0.0",
"eslint-plugin-zacanger": "1.0.3",
"npm-run-all": "4.1.5",

@@ -59,8 +63,8 @@ "nyc": "15.0.0",

"react": "16.12.0",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-test-renderer": "16.12.0",
"sortpack": "2.0.4",
"tape": "4.13.0"
"react-test-renderer": "16.13.0",
"sortpack": "2.1.1",
"tape": "4.13.2"
},

@@ -88,7 +92,3 @@ "engines": {

"react-router": "^4.0.0 || ^5.0.0"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/zacanger"
}
}
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