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 1.2.0 to 1.2.1

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

this.headers[header] = value;
this.headers[header.toLowerCase()] = value;
}

@@ -23,0 +23,0 @@ }

@@ -174,3 +174,5 @@ 'use strict';

this._head = head;
this._body = body;
// Adding script boundary around the body
this._body = `<script type="x/boundary" id="fastboot-body-start"></script>${body}<script type="x/boundary" id="fastboot-body-end"></script>`;
}

@@ -194,3 +196,3 @@ }

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

@@ -197,0 +199,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