helios-test-pkg
Advanced tools
Comparing version 1.0.1 to 1.0.2-PRERELEASE-webbyhook.1
function add(a, b) { | ||
return a + b + 1.3; | ||
return a + b + 1.4; | ||
} | ||
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.1", | ||
"version": "1.0.2-PRERELEASE-webbyhook.1", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
285
2