marketplace-constants
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -1,6 +0,3 @@ | ||
var fs = require('fs'); | ||
module.exports = function(file) { | ||
return require('./dist/js/' + file); | ||
module.exports = { | ||
regions: require('./dist/js/regions') | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"description": "Common, universal constants for the Firefox Marketplace", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git@github.com:mozilla/marketplace-constants.git" |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
3072828
22369