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.12.8 to 1.12.9

12

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

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

"@tanstack/react-location": "^3.7.4",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.11.0",
"solid-js": "^1.7.3",
"react-router-dom": "^6.11.2",
"solid-js": "^1.7.5",
"typescript": "^5.0.4",
"vite": "^4.3.3"
"vite": "^4.3.9"
},

@@ -101,0 +101,0 @@ "peerDependencies": {

@@ -32,3 +32,3 @@ <br>

- **Easier to migrate** when switching from or to Next.js
- [Automatic route-based code-splitting and pre-loading](#route-based-code-splitting-and-pre-loading)
- [Route-based code-splitting and pre-loading](#route-based-code-splitting-and-pre-loading)
- [Route-based data loaders](#route-based-data-loaders)

@@ -177,2 +177,4 @@ - [Route-based actions](#route-based-actions)

- Enable code-splitting with React Router by using `import { Routes } from '@generouted/react-router/lazy'`
- Enable code-splitting with Solid Router by using `import { Routes } from '@generouted/solid-router/lazy'`
- Includes routes components, data loaders and actions

@@ -179,0 +181,0 @@ - Pre-loading is only available for TanStack's React Location

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