helios-test-pkg
Advanced tools
Comparing version 1.0.1-PRERELEASE-selene-hook-integration.9 to 1.0.1-PRERELEASE-selene-hook-integration.10
{ | ||
"name": "helios-test-pkg", | ||
"description": "A dummy package that can be used to test out any version-based logic for HDS.", | ||
"version": "1.0.1-PRERELEASE-selene-hook-integration.9", | ||
"version": "1.0.1-PRERELEASE-selene-hook-integration.10", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
function Button() { | ||
return "I am a button."; | ||
return "I am a button.."; | ||
} | ||
module.exports = Button; |
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
461