Comparing version 3.2.0-beta.4 to 3.2.0-beta.5
{ | ||
"name": "fastboot", | ||
"version": "3.2.0-beta.4", | ||
"version": "3.2.0-beta.5", | ||
"description": "Library for rendering Ember apps in node.js", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"lerna-changelog": "^1.0.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^9.1.2", | ||
"prettier": "^1.19.1", | ||
@@ -54,0 +54,0 @@ "release-it": "^14.2.0", |
@@ -7,3 +7,5 @@ 'use strict'; | ||
constructor(response) { | ||
this.headers = new FastBootHeaders(response._headers); | ||
this.headers = new FastBootHeaders( | ||
typeof response.getHeaders === 'function' ? response.getHeaders() : response._headers | ||
); | ||
this.statusCode = 200; | ||
@@ -10,0 +12,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67740
16
1327
1