glob-to-routes
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,3 +0,3 @@ | ||
import glob from 'node:glob' | ||
import path from 'node:path' | ||
import glob from 'glob' | ||
@@ -4,0 +4,0 @@ export function defaultConversionFunction(filePath) { |
{ | ||
"name": "glob-to-routes", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple utility for converting globs to route paths to be used with your routing system", | ||
@@ -28,3 +28,6 @@ "exports": "./index.js", | ||
}, | ||
"homepage": "https://github.com/wethrift/glob-to-routes#readme" | ||
"homepage": "https://github.com/wethrift/glob-to-routes#readme", | ||
"dependencies": { | ||
"glob": "^9.3.0" | ||
} | ||
} |
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
4109
1
+ Addedglob@^9.3.0
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@9.3.5(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@8.0.4(transitive)
+ Addedminipass@4.2.87.1.2(transitive)
+ Addedpath-scurry@1.11.1(transitive)