helios-test-pkg
Advanced tools
Comparing version 1.0.0-PRERELEASE-selene-webhook.3 to 1.0.0-PRERELEASE-selene-webhook.4
function add(a, b) { | ||
return a + b + 1; | ||
return a + b + 1.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.3", | ||
"version": "1.0.0-PRERELEASE-selene-webhook.4", | ||
"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
290