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.0.1 to 0.0.2

2

lib/code/query.d.ts

@@ -35,3 +35,3 @@ import { RedundancyConfig } from './config';

*/
interface PendingItem {
export interface PendingItem {
readonly query: Query;

@@ -38,0 +38,0 @@ status: ExecStatus;

@@ -1,3 +0,9 @@

import { Query, QueryCallback, OptionalDoneCallback } from './query';
import { RedundancyConfig } from './config';
import { Query, QueryCallback, OptionalDoneCallback, PendingItem } from './query';
/**
* Export imported interfaces
*/
export { RedundancyConfig, QueryCallback as RedundancyQueryCallback, OptionalDoneCallback as RedundancyOptionalDoneCallback, PendingItem as RedundancyPendingItem, };
export declare type RedundancyQuery = typeof Query;
/**
* Function to filter item

@@ -4,0 +10,0 @@ */

{
"name": "@cyberalien/redundancy",
"description": "Reusable redundancy library for API queries",
"version": "0.0.1",
"version": "0.0.2",
"author": "Vjacheslav Trushkin",

@@ -6,0 +6,0 @@ "license": "(Apache-2.0 OR GPL-2.0)",

Sorry, the diff of this file is not supported yet

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