@shardus/types
Advanced tools
Comparing version 1.2.19 to 1.2.20
@@ -11,2 +11,3 @@ import { SignedObject } from "./P2PTypes"; | ||
cycle: number; | ||
priority: number; | ||
subQueueKey?: string; | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
90320
2549