snyk-try-require
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -80,2 +80,10 @@ module.exports = tryRequire; | ||
}; | ||
}; | ||
}; | ||
/* istanbul ignore if */ | ||
if (!module.parent) { | ||
tryRequire(process.argv[2]) | ||
.then(JSON.stringify) | ||
.then(console.log) | ||
.catch(console.log); | ||
} |
@@ -38,3 +38,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.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
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
27079
75
14