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 1.0.6 to 1.1.0

env.d.ts

2

cli.d.ts

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

export {};
import "./env";

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

#!/usr/bin/env node
#!/usr/bin/env node
/**
* @remix-run/serve v1.0.6
* @remix-run/serve v1.1.0
*

@@ -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 v1.0.6
* @remix-run/serve v1.1.0
*

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

{
"name": "@remix-run/serve",
"description": "Production application server for Remix",
"version": "1.0.6",
"version": "1.1.0",
"license": "MIT",
"repository": {

@@ -17,3 +18,3 @@ "type": "git",

"dependencies": {
"@remix-run/express": "1.0.6",
"@remix-run/express": "1.1.0",
"compression": "^1.7.4",

@@ -20,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