@bothrs/zero-height
Advanced tools
Comparing version 0.1.1 to 0.1.3
@@ -103,3 +103,3 @@ "use strict"; | ||
url = "https://" + zeroHeightWorkspace + "/api/token_file/" + token + "/share"; | ||
return [4, new Promise(function (resolve, reject) { | ||
return [4, new Promise(function (resolve) { | ||
var req = https_1.default.request({ | ||
@@ -106,0 +106,0 @@ hostname: zeroHeightWorkspace, |
{ | ||
"name": "@bothrs/zero-height", | ||
"repository": "git@github.com:bothrs/open-source.git", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"publishConfig": { | ||
@@ -39,3 +39,4 @@ "access": "public" | ||
"build": "tsc", | ||
"test": "echo No tests configured..." | ||
"test": "echo \"No tests configured...\"", | ||
"lint": "echo \"No linting configured...\"" | ||
}, | ||
@@ -53,3 +54,3 @@ "bin": { | ||
}, | ||
"gitHead": "517d426c56ae4acd45b5b8d45410ee5ad944031a" | ||
"gitHead": "5b06c5e6c4627d82c77954f3bb4a9e58f4656dc2" | ||
} |
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
10742