@remix-run/express
Advanced tools
Comparing version 1.1.3 to 1.2.0-pre.0
/** | ||
* @remix-run/express v1.1.3 | ||
* @remix-run/express v1.2.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/express v1.1.3 | ||
* @remix-run/express v1.2.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/express", | ||
"description": "Express server request handler for Remix", | ||
"version": "1.1.3", | ||
"version": "1.2.0-pre.0", | ||
"license": "MIT", | ||
@@ -15,4 +15,4 @@ "repository": { | ||
"dependencies": { | ||
"@remix-run/node": "1.1.3", | ||
"@remix-run/server-runtime": "1.1.3" | ||
"@remix-run/node": "1.2.0-pre.0", | ||
"@remix-run/server-runtime": "1.2.0-pre.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependencies": { |
/** | ||
* @remix-run/express v1.1.3 | ||
* @remix-run/express v1.2.0-pre.0 | ||
* | ||
@@ -93,2 +93,3 @@ * Copyright (c) Remix Software Inc. | ||
res.statusMessage = response.statusText; | ||
res.status(response.status); | ||
@@ -95,0 +96,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7617
160
2
+ Added@remix-run/node@1.2.0-pre.0(transitive)
+ Added@remix-run/server-runtime@1.2.0-pre.0(transitive)
- Removed@remix-run/node@1.1.3(transitive)
- Removed@remix-run/server-runtime@1.1.3(transitive)
Updated@remix-run/node@1.2.0-pre.0