@localhapp/cert-info
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -38,3 +38,2 @@ import certInfo from 'cert-info'; | ||
certOutput.hasCert = CERT != false; | ||
console.log(certOutput); | ||
return certOutput; | ||
@@ -41,0 +40,0 @@ } |
{ | ||
"name": "@localhapp/cert-info", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"pub": "npm init --scope=@localhapp && npm publish --access public" | ||
}, | ||
@@ -11,0 +12,0 @@ "author": "", |
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
1677
38