New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@peerbit/indexer-interface

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/indexer-interface - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "@peerbit/indexer-interface",
"version": "1.0.2",
"version": "1.0.3",
"description": "Indexer store interface",

@@ -63,4 +63,4 @@ "sideEffects": false,

"@dao-xyz/borsh": "^5.2.3",
"@peerbit/crypto": "^2.3.0"
"@peerbit/crypto": "^2.3.1"
}
}

@@ -90,3 +90,3 @@ import {

export abstract class AbstractSearchRequest { }
export abstract class AbstractSearchRequest {}

@@ -116,8 +116,8 @@ /**

query?:
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
sort?: Sort[] | Sort;

@@ -179,3 +179,3 @@ fetch?: number;

@variant(1)
export abstract class LogicalQuery extends Query { }
export abstract class LogicalQuery extends Query {}

@@ -224,3 +224,3 @@ @variant(0)

@variant(2)
export abstract class StateQuery extends Query { }
export abstract class StateQuery extends Query {}

@@ -337,3 +337,3 @@ @variant(1)

@variant(4)
export class IsNull extends StateFieldQuery { }
export class IsNull extends StateFieldQuery {}

@@ -367,8 +367,8 @@ @variant(5)

query:
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
}) {

@@ -412,3 +412,3 @@ super();

export abstract class AbstractAggregationRequest { }
export abstract class AbstractAggregationRequest {}

@@ -428,8 +428,8 @@ @variant(0)

query?:
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
key: string[] | string;

@@ -444,3 +444,3 @@ }) {

export abstract class AbstractCountRequest { }
export abstract class AbstractCountRequest {}

@@ -458,8 +458,8 @@ @variant(0)

query:
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
} = { query: [] },

@@ -473,3 +473,3 @@ ) {

export abstract class AbstractDeleteRequest { }
export abstract class AbstractDeleteRequest {}

@@ -486,8 +486,8 @@ @variant(0)

query:
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
| Query[]
| Query
| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>;
}) {

@@ -505,5 +505,5 @@ super();

| Record<
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>,
string,
string | number | bigint | Uint8Array | boolean | null | undefined
>,
) => {

@@ -510,0 +510,0 @@ if (Array.isArray(query)) {

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