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

@shardus/types

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shardus/types - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

0

build/src/index.d.ts

@@ -0,0 +0,0 @@ import * as ActiveTypes_ from './p2p/ActiveTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as Types from './P2PTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ActiveTypes.js.map

@@ -0,0 +0,0 @@ import { SignedObject } from './P2PTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ApoptosisTypes.js.map

@@ -0,0 +0,0 @@ import { CycleRecord as Cycle } from './CycleCreatorTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as Types from './P2PTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CycleRecord } from './CycleCreatorTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=CycleChainTypes.js.map

@@ -0,0 +0,0 @@ import { hexstring } from '..';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=CycleCreatorTypes.js.map

@@ -0,0 +0,0 @@ import { JoinedConsensor } from './JoinTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=CycleParserTypes.js.map

@@ -0,0 +0,0 @@ import { NodeInfo, Signature, SignedObject } from './P2PTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=GlobalAccountsTypes.js.map

1

build/src/p2p/JoinTypes.d.ts

@@ -21,2 +21,3 @@ import { hexstring } from '..';

sign: Types.Signature;
appJoinData?: any;
}

@@ -23,0 +24,0 @@ export interface Txs {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=JoinTypes.js.map

@@ -0,0 +0,0 @@ import { SignedObject } from './P2PTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=LostTypes.js.map

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { JoinedConsensor } from './JoinTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=NodeListTypes.js.map

@@ -0,0 +0,0 @@ export declare type LooseObject = Record<string, unknown>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as Archivers from './ArchiversTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=RefreshTypes.js.map

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as shardFunctionTypes from '../state-manager/shardFunctionTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Node } from "../p2p/NodeListTypes";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=shardFunctionTypes.js.map

@@ -0,0 +0,0 @@ export declare type ReceiptMap = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=StateManagerTypes.js.map

@@ -0,0 +0,0 @@ import { ReceiptMapResult, SummaryBlob } from './StateManagerTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=StateMetaDataTypes.js.map

2

package.json
{
"name": "@shardus/types",
"version": "1.2.3",
"version": "1.2.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/src/index.js",

@@ -0,0 +0,0 @@ import * as ActiveTypes_ from './p2p/ActiveTypes'

@@ -0,0 +0,0 @@ import * as Types from './P2PTypes'

@@ -0,0 +0,0 @@ import { SignedObject } from './P2PTypes'

@@ -0,0 +0,0 @@ import { CycleRecord as Cycle } from './CycleCreatorTypes'

@@ -0,0 +0,0 @@ import * as Types from './P2PTypes'

@@ -0,0 +0,0 @@ import { CycleRecord } from './CycleCreatorTypes'

@@ -0,0 +0,0 @@ import { hexstring } from '..'

@@ -0,0 +0,0 @@ import { JoinedConsensor } from './JoinTypes'

@@ -0,0 +0,0 @@ import { NodeInfo, Signature, SignedObject } from './P2PTypes'

@@ -24,2 +24,3 @@ import { hexstring } from '..'

sign: Types.Signature
appJoinData?: any //Required for golden ticket feature
}

@@ -26,0 +27,0 @@

@@ -0,0 +0,0 @@ import { SignedObject } from './P2PTypes'

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ import { JoinedConsensor } from './JoinTypes'

@@ -0,0 +0,0 @@ export type LooseObject = Record<string, unknown>

@@ -0,0 +0,0 @@ import * as Archivers from './ArchiversTypes'

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ import * as shardFunctionTypes from '../state-manager/shardFunctionTypes'

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ /** TYPES */

@@ -0,0 +0,0 @@ import { Node } from "../p2p/NodeListTypes"

@@ -0,0 +0,0 @@ export type ReceiptMap = {[txId: string]: string[]};

@@ -0,0 +0,0 @@ import {ReceiptMapResult, SummaryBlob} from './StateManagerTypes';

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