path-normalize
Advanced tools
Comparing version 4.0.11 to 5.0.0
@@ -102,3 +102,3 @@ "use strict"; | ||
return decodeURIComponent(s); | ||
} catch (_) { | ||
} catch (_unused) { | ||
return s; | ||
@@ -105,0 +105,0 @@ } |
{ | ||
"name": "path-normalize", | ||
"description": "Zero-dependency browser-oriented path.normalize", | ||
"version": "4.0.11", | ||
"version": "5.0.0", | ||
"author": { | ||
@@ -44,17 +44,17 @@ "email": "zac@zacanger.com", | ||
"devDependencies": { | ||
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.9.0", | ||
"@babel/preset-env": "7.9.5", | ||
"@babel/cli": "7.10.5", | ||
"@babel/core": "7.10.5", | ||
"@babel/preset-env": "7.10.4", | ||
"babel-plugin-add-module-exports": "1.0.2", | ||
"babel-tape-runner": "3.0.0", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-zacanger": "1.1.4", | ||
"eslint": "7.4.0", | ||
"eslint-plugin-zacanger": "2.0.4", | ||
"npm-run-all": "4.1.5", | ||
"nyc": "15.0.1", | ||
"prettier": "2.0.4", | ||
"sortpack": "2.1.4", | ||
"tape": "4.13.2" | ||
"nyc": "15.1.0", | ||
"prettier": "2.0.5", | ||
"sortpack": "2.1.5", | ||
"tape": "5.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=10.0.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "nyc": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14966