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

filecoin-verifier-common

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filecoin-verifier-common - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

51

dist/index.d.ts

@@ -1,26 +0,29 @@

export declare const ISSUE_LABELS: {
MIGRATION_TASK: string;
MIGRATION_COMPLETED: string;
BOT_REVIEW_NEEDED: string;
BOT_READY_TO_SIGN: string;
BOT_RECONNECTED_ISSUE: string;
BOT_LOOKING_GOOD: string;
STATUS_VERIFYING: string;
STATUS_ADDED_ON_CHAIN: string;
STATUS_APPROVED: string;
STATUS_START_SIGN_DATACAP: string;
STATUS_ERROR: string;
STATUS_VALIDATED: string;
STATUS_GRANTED: string;
STATUS_DATA_CAP_ALLOCATED: string;
STATUS_PREVIOUSLY_APPROVED: string;
STATUS_NEED_DILIGENCE: string;
STATUS_FURTHER_INFO_NEEDED: string;
WARN_CHECK_TRANSACTION: string;
APPLICATION_ADDRESS_NOT_VALID: string;
EFIL_PLUS: string;
WAITING_FOR_ClIENT: string;
ONE_NOTARY_APPROVED: string;
ONE_NOTARY_DECLINED: string;
declare const common: {
ISSUE_LABELS: {
MIGRATION_TASK: string;
MIGRATION_COMPLETED: string;
BOT_REVIEW_NEEDED: string;
BOT_READY_TO_SIGN: string;
BOT_RECONNECTED_ISSUE: string;
BOT_LOOKING_GOOD: string;
STATUS_VERIFYING: string;
STATUS_ADDED_ON_CHAIN: string;
STATUS_APPROVED: string;
STATUS_START_SIGN_DATACAP: string;
STATUS_ERROR: string;
STATUS_VALIDATED: string;
STATUS_GRANTED: string;
STATUS_DATA_CAP_ALLOCATED: string;
STATUS_PREVIOUSLY_APPROVED: string;
STATUS_NEED_DILIGENCE: string;
STATUS_FURTHER_INFO_NEEDED: string;
WARN_CHECK_TRANSACTION: string;
APPLICATION_ADDRESS_NOT_VALID: string;
EFIL_PLUS: string;
WAITING_FOR_ClIENT: string;
ONE_NOTARY_APPROVED: string;
ONE_NOTARY_DECLINED: string;
};
};
export default common;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ISSUE_LABELS = void 0;
exports.ISSUE_LABELS = {
var ISSUE_LABELS = {
MIGRATION_TASK: "Migration Task",

@@ -29,1 +28,5 @@ MIGRATION_COMPLETED: "Migration Completed",

};
var common = {
ISSUE_LABELS: ISSUE_LABELS,
};
exports.default = common;
{
"name": "filecoin-verifier-common",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

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