defaultable
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -74,3 +74,3 @@ // Defaultable APIs | ||
var api = faux_module.exports; | ||
if('defaults' in api) | ||
if(('defaults' in api) && !api.defaults._defaultable) | ||
throw new Error('defaultable modules may not export a label called "defaults"'); | ||
@@ -77,0 +77,0 @@ else |
{ "name": "defaultable" | ||
, "version": "0.7.0" | ||
, "version": "0.7.1" | ||
, "author": { "name": "Jason Smith" | ||
@@ -4,0 +4,0 @@ , "email": "jhs@iriscouch.com" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
41410
19
591
1