Socket
Socket
Sign inDemoInstall

fastboot

Package Overview
Dependencies
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastboot - npm Package Compare versions

Comparing version 3.0.0-beta.2 to 3.0.0-beta.3

8

CHANGELOG.md

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

## v3.0.0-beta.3 (2019-11-01)
#### :bug: Bug Fix
* [#250](https://github.com/ember-fastboot/fastboot/pull/250) Fix invalid syntax with deferRendering. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v3.0.0-beta.2 (2019-11-01)

@@ -2,0 +10,0 @@

2

package.json
{
"name": "fastboot",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Library for rendering Ember apps in node.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -31,3 +31,3 @@ 'use strict';

deferRendering(promise) {
this.deferredPromise = Promise.all(this.deferredPromise, promise);
this.deferredPromise = Promise.all([this.deferredPromise, promise]);
}

@@ -34,0 +34,0 @@

Sorry, the diff of this file is not supported yet

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