Socket
Socket
Sign inDemoInstall

fastboot

Package Overview
Dependencies
Maintainers
2
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 1.0.0-beta.4 to 1.0.0-beta.5

8

CHANGELOG.md
# FastBoot Changelog
### 1.0.0-beta.3
### 1.0.0-beta.5
* Only access instance.getURL if the instance has booted
* Exclude test files from npm package
### 1.0.0-beta.4
* najax dependency updated to 0.7.0, which now handle nested query

@@ -5,0 +11,0 @@ params

3

lib/ember-app.js

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

* @param {string} [options.html] the HTML document to insert the rendered app into
* @param {ClientRequest}
* @param {ClientRequest}
* @returns {Promise<Result>} result

@@ -222,2 +222,3 @@ */

})
.then(() => result.instanceBooted = true)
.then(() => instance.visit(path, bootOptions))

@@ -224,0 +225,0 @@ .then(() => waitForApp(instance))

@@ -13,2 +13,3 @@ 'use strict';

constructor(options) {
this.instanceBooted = false;
this._doc = options.doc;

@@ -75,3 +76,5 @@ this._html = options.html;

_finalizeMetadata(instance) {
this.url = instance.getURL();
if (this.instanceBooted) {
this.url = instance.getURL();
}

@@ -78,0 +81,0 @@ let response = this._fastbootInfo.response;

{
"name": "fastboot",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Library for rendering Ember apps in node.js",

@@ -5,0 +5,0 @@ "scripts": {

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