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

@shardus/types

Package Overview
Dependencies
Maintainers
0
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.19 to 1.2.20

1

build/src/p2p/ServiceQueueTypes.d.ts

@@ -11,2 +11,3 @@ import { SignedObject } from "./P2PTypes";

cycle: number;
priority: number;
subQueueKey?: string;

@@ -13,0 +14,0 @@ }

4

package.json
{
"name": "@shardus/types",
"version": "1.2.19",
"version": "1.2.20",
"description": "",

@@ -41,3 +41,3 @@ "main": "build/src/index.js",

"devDependencies": {
"@types/node": "18.16.1",
"@types/node": "18.19.1",
"np": "9.2.0",

@@ -44,0 +44,0 @@ "prettier": "2.8.8",

@@ -13,2 +13,3 @@ import { SignedObject } from "./P2PTypes"

cycle: number // cycle the tx was added
priority: number // priority in the txList (0 is lowest), second only to cycle
subQueueKey?: string

@@ -15,0 +16,0 @@ }

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