Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastboot

Package Overview
Dependencies
Maintainers
10
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 3.3.2 to 4.0.0

2

package.json
{
"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 @@ };

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