encrypted-fetcher
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -14,4 +14,4 @@ "use strict"; | ||
__exportStar(require("./AesPkcs5"), exports); | ||
__exportStar(require("./Fetcher"), exports); | ||
__exportStar(require("./EncryptedFetcher"), exports); | ||
__exportStar(require("./HttpError"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "encrypted-fetcher", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Rest API Fetcher with AES Encryption", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc --watch" | ||
"build": "rm -rf lib && tsc", | ||
"dev": "rm -rf lib && tsc --watch" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
10606
7
1
6