Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cyberalien/redundancy

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyberalien/redundancy - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc