helios-test-pkg
Advanced tools
Comparing version 1.0.0-PRERELEASE-selene-webhook.1 to 1.0.0-PRERELEASE-selene-webhook.2
function add(a, b) { | ||
return a + b; | ||
return a + b + 2; | ||
} | ||
module.exports = add; |
{ | ||
"name": "helios-test-pkg", | ||
"description": "A dummy package that can be used to test out any version-based logic for HDS.", | ||
"version": "1.0.0-PRERELEASE-selene-webhook.1", | ||
"version": "1.0.0-PRERELEASE-selene-webhook.2", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
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
288