grailed-module-adapter
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "grailed-module-adapter", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,3 +7,3 @@ var modules = {}; | ||
if ( modules[ _name ] ) { | ||
console.warn( 'Attempted to add the `' + _name + '` module more than once. Maybe you want to rename it?' ) | ||
process.env.NODE_ENV !== 'test' && console.warn( 'Attempted to add the `' + _name + '` module more than once. Maybe you want to rename it?' ) | ||
return modules[ _name ]; | ||
@@ -10,0 +10,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
4209
6