Comparing version 3.3.2 to 4.0.0
{ | ||
"name": "fastboot", | ||
"version": "3.3.2", | ||
"version": "4.0.0", | ||
"description": "Library for rendering Ember apps in node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -192,3 +192,5 @@ 'use strict'; | ||
throw new Error( | ||
"Unable to require module '" + moduleName + "' because it was not in the whitelist." | ||
"Unable to require module '" + | ||
moduleName + | ||
"' in Fastboot because it was not explicitly allowed in 'fastbootDependencies' in your package.json." | ||
); | ||
@@ -201,5 +203,5 @@ } | ||
moduleName + | ||
"' because its package '" + | ||
"' in Fastboot because its package '" + | ||
packageName + | ||
"' was not in the whitelist." | ||
"' was not explicitly allowed in 'fastbootDependencies' in your package.json." | ||
); | ||
@@ -206,0 +208,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
1327
57000
15
1