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

remix-flat-routes

Package Overview
Dependencies
Maintainers
1
Versions
38
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.5.7 to 0.5.8

4

CHANGELOG.md
# CHANGELOG
## v0.5.8
- πŸ› Fix last segment finding on Windows [#40](https://github.com/kiliman/remix-flat-routes/pull/40)
## v0.5.7

@@ -4,0 +8,0 @@

2

dist/index.js

@@ -306,3 +306,3 @@ "use strict";

// docs/_layout.tsx => docs
let last = name.lastIndexOf(path.sep);
let last = name.lastIndexOf('/');
if (last >= 0) {

@@ -309,0 +309,0 @@ name = name.substring(0, last);

{
"name": "remix-flat-routes",
"version": "0.5.7",
"version": "0.5.8",
"description": "Package for generating routes using flat convention",

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

# Remix Flat Routes
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -489,2 +489,3 @@

<td align="center"><a href="https://www.linkedin.com/in/andrewihaines"><img src="https://avatars.githubusercontent.com/u/785641?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrew Haines</b></sub></a><br /><a href="https://github.com/kiliman/remix-mount-routes/commits?author=haines" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/wonu"><img src="https://avatars.githubusercontent.com/u/9602236?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wonu Lee</b></sub></a><br /><a href="https://github.com/kiliman/remix-mount-routes/commits?author=wonu" title="Code">πŸ’»</a></td>
</tr>

@@ -491,0 +492,0 @@ </table>

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