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

generouted

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generouted - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

2

package.json
{
"name": "generouted",
"version": "1.6.1",
"version": "1.6.2",
"description": "Generated client-side file-based routes for Vite",

@@ -5,0 +5,0 @@ "author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",

const patterns = {
route: [/\/src\/pages\/|\.(jsx|tsx)$/g, ''],
route: [/^\/src\/pages\/|^\/pages\/|\.(jsx|tsx)$/g, ''],
splat: [/\[\.{3}.+\]/, '*'],

@@ -4,0 +4,0 @@ param: [/\[([^\]]+)\]/g, ':$1'],

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