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

fastboot

Package Overview
Dependencies
Maintainers
9
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.2.0-beta.2 to 3.2.0-beta.3

7

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

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