Comparing version 3.2.0-beta.2 to 3.2.0-beta.3
{ | ||
"name": "fastboot", | ||
"version": "3.2.0-beta.2", | ||
"version": "3.2.0-beta.3", | ||
"description": "Library for rendering Ember apps in node.js", | ||
@@ -59,7 +59,6 @@ "keywords": [ | ||
"engines": { | ||
"node": "10.* || >=12" | ||
"node": "12.* || 14.* || >=16" | ||
}, | ||
"volta": { | ||
"node": "12.19.0", | ||
"yarn": "1.22.5" | ||
"extends": "../../package.json" | ||
}, | ||
@@ -66,0 +65,0 @@ "publishConfig": { |
@@ -304,3 +304,3 @@ 'use strict'; | ||
hostWhitelist: this.hostWhitelist, | ||
metadata: options.metadata, | ||
metadata: options.metadata || {}, | ||
}); | ||
@@ -307,0 +307,0 @@ |
@@ -30,2 +30,4 @@ 'use strict'; | ||
scripts.push(path.join(distPath, relativeSrc)); | ||
} else if (element.tagName === 'FASTBOOT-SCRIPT') { | ||
scripts.push(path.join(distPath, src)); | ||
} | ||
@@ -32,0 +34,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
1311
56475
15
1