Socket
Socket
Sign inDemoInstall

fastboot

Package Overview
Dependencies
Maintainers
6
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.1.2 to 1.1.3

8

CHANGELOG.md
# FastBoot Changelog
### 1.1.3
* Add markers before and after the body to be able to remove rootless apps
### 1.1.2
* Adds API to allow chunking shoebox responses for better performance.
### 1.1.1

@@ -4,0 +12,0 @@

4

package.json
{
"name": "fastboot",
"version": "1.1.2",
"version": "1.1.3",
"description": "Library for rendering Ember apps in node.js",

@@ -44,3 +44,3 @@ "main": "src/index.js",

"fs-promise": "^2.0.3",
"mocha": "^4.0.0",
"mocha": "^5.0.0",
"mocha-jshint": "^2.3.1",

@@ -47,0 +47,0 @@ "rimraf": "^2.6.2",

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

isBodyReplaced = true;
return body;
return '<script type="x/boundary" id="fastboot-body-start"></script>' + body + '<script type="x/boundary" id="fastboot-body-end"></script>';
}

@@ -189,0 +189,0 @@ return '';

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