@shardus/types
Advanced tools
Comparing version 1.2.11 to 1.2.12
@@ -41,3 +41,5 @@ import { hexstring } from '..'; | ||
standbyNodeListHash: hexstring; | ||
} & LostArchivers.Record; | ||
} & LostArchivers.Record & { | ||
random: number; | ||
}; | ||
export declare type CycleData = CycleRecord & { | ||
@@ -44,0 +46,0 @@ marker: CycleMarker; |
{ | ||
"name": "@shardus/types", | ||
"version": "1.2.11", | ||
"version": "1.2.12", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "main": "build/src/index.js", | ||
"release": "np --any-branch --no-cleanup --no-tests --no-yarn", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "echo \"Info - No tests specified.\"", | ||
"lint": "gts lint", | ||
@@ -19,10 +19,11 @@ "clean": "gts clean", | ||
"fix": "gts fix", | ||
"build": "npm run compile", | ||
"prepare": "npm run compile", | ||
"pretest": "npm run compile", | ||
"posttest": "npm run lint", | ||
"format-check": "prettier --check './src/**/*.ts'" | ||
"format-check": "prettier --check \"./src/**/*.ts\"" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitlab.com/shardus/shardus-types.git" | ||
"url": "https://github.com/shardeum/lib-types.git" | ||
}, | ||
@@ -29,0 +30,0 @@ "publishConfig": { |
@@ -70,3 +70,4 @@ import { hexstring } from '..' | ||
} & | ||
LostArchivers.Record | ||
LostArchivers.Record & | ||
{ random: number } | ||
@@ -73,0 +74,0 @@ export type CycleData = CycleRecord & { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality 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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
65091
98
2002
0
51
1