@cyberalien/redundancy
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "@cyberalien/redundancy", | ||
"description": "Reusable redundancy library for API queries", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"author": "Vjacheslav Trushkin", | ||
@@ -28,5 +28,5 @@ "license": "(Apache-2.0 OR GPL-2.0)", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.32", | ||
"@typescript-eslint/eslint-plugin": "^2.25.0", | ||
"@typescript-eslint/parser": "^2.25.0", | ||
"@types/node": "^12.12.37", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"chai": "^4.2.0", | ||
@@ -33,0 +33,0 @@ "eslint": "^6.8.0", |
@@ -0,1 +1,21 @@ | ||
# Redundancy | ||
This package provides redundancy management for scripts that use API. It detects API connection timeouts and re-sends queries to backup API host(s). | ||
It was designed to be used with Iconify version 2. | ||
## Usage | ||
TODO | ||
Due to time constraints, documentation is not available. | ||
See `@iconify/iconify` version 2 and `@iconify/icon-finder` source code for usage examples. | ||
## License | ||
This package is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses. | ||
`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0` | ||
© 2020 Vjacheslav Trushkin |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
0
22
0
183135