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

shepherd-plugin-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shepherd-plugin-interfaces - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

2

package.json
{
"name": "shepherd-plugin-interfaces",
"version": "0.2.8",
"version": "0.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -12,2 +12,3 @@ /**

parent: string | null
parents?: string[] | undefined
}

@@ -43,3 +44,3 @@ export interface TxRecord extends TxScanned, TxFlaggedOptions {

export interface StateRecord {
pname: 'scanner_position' | 'rating_position' | (string & {}) //intellisense hack
pname: ('indexer_pass1' | 'indexer_pass2' | 'seed_position')
value: number

@@ -51,3 +52,3 @@ }

unflagged: string
scanner_position: number
indexer_pass1: number
gql_height: number

@@ -54,0 +55,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