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

@remix-run/serve

Package Overview
Dependencies
Maintainers
2
Versions
1028
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/serve - npm Package Compare versions

Comparing version 2.12.1 to 2.13.0-pre.0

8

CHANGELOG.md
# `@remix-run/serve`
## 2.13.0-pre.0
### Patch Changes
- Updated dependencies:
- `@remix-run/express@2.13.0-pre.0`
- `@remix-run/node@2.13.0-pre.0`
## 2.12.1

@@ -4,0 +12,0 @@

4

dist/cli.js
#!/usr/bin/env node
/**
* @remix-run/serve v2.12.1
* @remix-run/serve v2.13.0-pre.0
*

@@ -114,3 +114,3 @@ * Copyright (c) Remix Software Inc.

node.installGlobals({
nativeFetch: build.future.unstable_singleFetch
nativeFetch: build.future.v3_singleFetch
});

@@ -117,0 +117,0 @@ let onListen = () => {

{
"name": "@remix-run/serve",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Production application server for Remix",

@@ -20,8 +20,8 @@ "bugs": {

"compression": "^1.7.4",
"express": "^4.19.2",
"express": "^4.20.0",
"get-port": "5.1.1",
"morgan": "^1.10.0",
"source-map-support": "^0.5.21",
"@remix-run/express": "2.12.1",
"@remix-run/node": "2.12.1"
"@remix-run/express": "2.13.0-pre.0",
"@remix-run/node": "2.13.0-pre.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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