broccoli-module-alchemist-install
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
console.log('Verifying compatibility of ' + main); | ||
require(path.join(cwd(), main)); | ||
require(path.join(cwd, main)); | ||
console.log('Compatibility verified, using ' + main); | ||
@@ -20,0 +20,0 @@ } catch (e) { |
{ | ||
"name": "broccoli-module-alchemist-install", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Post-install script for registering correct package.json main for broccoli-module-alchemist projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
3969