New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remix-flat-routes

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-flat-routes - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

5

dist/index.js

@@ -41,3 +41,3 @@ var __create = Object.create;

});
var routes = defineRoutes((route) => {
let routes = defineRoutes((route) => {
visitor(`app/${baseDir}`, (routeFile) => {

@@ -130,5 +130,2 @@ const routeInfo = getRouteInfo(baseDir, routeFile, options.basePath);

if (["index", "_index"].some((name) => segment === name)) {
if (!url.endsWith("/")) {
url += "/";
}
return url;

@@ -135,0 +132,0 @@ }

2

package.json
{
"name": "remix-flat-routes",
"version": "0.4.2",
"version": "0.4.3",
"description": "Package for generating routes using flat convention",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -12,3 +12,3 @@ # Remix Flat Routes

```bash
npm install remix-flat-routes
npm install -D remix-flat-routes
```

@@ -15,0 +15,0 @@

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