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 0.0.0-experimental-ea0e0959 to 0.0.0-experimental-f7570678

env.d.ts

2

cli.d.ts

@@ -1,1 +0,1 @@

export {};
import "./env";
#!/usr/bin/env node
/**
* @remix-run/serve v0.0.0-experimental-ea0e0959
* @remix-run/serve v0.0.0-experimental-f7570678
*

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

require('./env');
var path = require('path');

@@ -22,3 +23,2 @@ var index = require('./index');

process.env.NODE_ENV = "production";
let port = process.env.PORT || 3000;

@@ -25,0 +25,0 @@ let buildPathArg = process.argv[2];

/**
* @remix-run/serve v0.0.0-experimental-ea0e0959
* @remix-run/serve v0.0.0-experimental-f7570678
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

{
"name": "@remix-run/serve",
"description": "Production application server for Remix",
"version": "0.0.0-experimental-ea0e0959",
"version": "0.0.0-experimental-f7570678",
"license": "MIT",

@@ -18,3 +18,3 @@ "repository": {

"dependencies": {
"@remix-run/express": "0.0.0-experimental-ea0e0959",
"@remix-run/express": "0.0.0-experimental-f7570678",
"compression": "^1.7.4",

@@ -21,0 +21,0 @@ "express": "^4.17.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