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

@remix-run/express

Package Overview
Dependencies
Maintainers
2
Versions
1034
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/express - npm Package Versions

23
104

0.0.0-nightly-e960efefc-20241210

Diff

mjackson
published 2.15.1 •

Changelog

Source

v2.15.1

Date: 2024-12-09

Patch Changes

  • create-remix - Move fs-extra from devDependencies to dependencies (#10300)

Full Changelog: v2.15.0...v2.15.1

mjackson
published 2.15.1-pre.0 •

mjackson
published 0.0.0-nightly-9bc6d9517-20241206 •

mjackson
published 0.0.0-nightly-99cf8578f-20241123 •

mjackson
published 2.15.0 •

Changelog

Source

v2.15.0

Date: 2024-11-19

Patch Changes

  • Stabilize the future.v3_routeConfig future flag, replacing future.unstable_routeConfig. This enables support for routes.ts to assist with the migration to React Router v7. (#10236)

    Note that if you had already enabled the future.unstable_routeConfig flag, your route config in app/routes.ts is no longer defined via the routes export and must now be defined via the default export.

    import { type RouteConfig } from "@remix-run/route-config";
    
    -export const routes: RouteConfig = [];
    +export default [] satisfies RouteConfig;
    
mjackson
published 0.0.0-nightly-5ffb6f5c2-20241121 •

mjackson
published 2.15.0-pre.0 •

mjackson
published 0.0.0-nightly-bc4da878e-20241119 •

mjackson
published 0.0.0-nightly-435cbd1da-20241118 •

23
104
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