Socket
Socket
Sign inDemoInstall

fastboot-express-middleware

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastboot-express-middleware - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0-beta.1

8

package.json
{
"name": "fastboot-express-middleware",
"version": "3.1.0",
"version": "3.2.0-beta.1",
"description": "An Express middleware for rendering Ember apps with FastBoot",

@@ -28,3 +28,3 @@ "keywords": [

"chalk": "^2.0.1",
"fastboot": "^3.1.1"
"fastboot": "3.2.0-beta.1"
},

@@ -50,2 +50,6 @@ "devDependencies": {

},
"volta": {
"node": "12.19.0",
"yarn": "1.22.5"
},
"publishConfig": {

@@ -52,0 +56,0 @@ "registry": "https://registry.npmjs.org"

@@ -8,3 +8,3 @@ # FastBoot Express Middleware

This middleware is a small wrapper around the
[fastboot](https://github.com/ember-fastboot/fastboot) package, which
[fastboot](../fastboot/README.md) package, which
renders Ember.js apps in Node.js.

@@ -20,3 +20,3 @@

recommended to consider the [FastBoot App
Server](https://github.com/ember-fastboot/fastboot-app-server), which
Server](../fastboot-app-server/README.md), which
manages many of the hard parts for you.

@@ -46,3 +46,3 @@

Before you can use your app with FastBoot, you must first install the
[ember-cli-fastboot][ember-cli-fastboot] addon and build your app by
[ember-cli-fastboot](../ember-cli-fastboot) addon and build your app by
running `ember build`. The build process will compile your app into a

@@ -49,0 +49,0 @@ version that is compatible with both Node.js and the browser and put it

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