Comparing version 1.2.0 to 1.3.0
function sayHello(){ | ||
alert("helloo there..."); | ||
function sayHello(unsme){ | ||
alert("helloo "+unsme+"..."); | ||
} |
{ | ||
"name": "api-chetan", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "fucntion", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
497