New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kinobi-so/node-types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kinobi-so/node-types - npm Package Compare versions

Comparing version 0.21.5 to 0.22.0

dist/types/linkNodes/InstructionAccountLinkNode.d.ts

3

dist/types/contextualValueNodes/ResolverValueNode.d.ts

@@ -1,2 +0,2 @@

import type { CamelCaseString, Docs, ImportFrom } from '../shared';
import type { CamelCaseString, Docs } from '../shared';
import type { AccountValueNode } from './AccountValueNode';

@@ -7,3 +7,2 @@ import type { ArgumentValueNode } from './ArgumentValueNode';

readonly name: CamelCaseString;
readonly importFrom?: ImportFrom;
readonly docs: Docs;

@@ -10,0 +9,0 @@ readonly dependsOn?: TDependsOn;

@@ -1,7 +0,8 @@

import type { CamelCaseString, ImportFrom } from '../shared';
export interface AccountLinkNode {
import type { CamelCaseString } from '../shared';
import type { ProgramLinkNode } from './ProgramLinkNode';
export interface AccountLinkNode<TProgram extends ProgramLinkNode | undefined = ProgramLinkNode | undefined> {
readonly kind: 'accountLinkNode';
readonly program?: TProgram;
readonly name: CamelCaseString;
readonly importFrom?: ImportFrom;
}
//# sourceMappingURL=AccountLinkNode.d.ts.map

@@ -1,7 +0,8 @@

import type { CamelCaseString, ImportFrom } from '../shared';
export interface DefinedTypeLinkNode {
import type { CamelCaseString } from '../shared';
import type { ProgramLinkNode } from './ProgramLinkNode';
export interface DefinedTypeLinkNode<TProgram extends ProgramLinkNode | undefined = ProgramLinkNode | undefined> {
readonly kind: 'definedTypeLinkNode';
readonly program?: TProgram;
readonly name: CamelCaseString;
readonly importFrom?: ImportFrom;
}
//# sourceMappingURL=DefinedTypeLinkNode.d.ts.map
export * from './AccountLinkNode';
export * from './DefinedTypeLinkNode';
export * from './InstructionAccountLinkNode';
export * from './InstructionArgumentLinkNode';
export * from './InstructionLinkNode';
export * from './LinkNode';

@@ -4,0 +7,0 @@ export * from './PdaLinkNode';

import type { AccountLinkNode } from './AccountLinkNode';
import type { DefinedTypeLinkNode } from './DefinedTypeLinkNode';
import type { InstructionAccountLinkNode } from './InstructionAccountLinkNode';
import type { InstructionArgumentLinkNode } from './InstructionArgumentLinkNode';
import type { InstructionLinkNode } from './InstructionLinkNode';
import type { PdaLinkNode } from './PdaLinkNode';
import type { ProgramLinkNode } from './ProgramLinkNode';
export type RegisteredLinkNode = AccountLinkNode | DefinedTypeLinkNode | PdaLinkNode | ProgramLinkNode;
export type RegisteredLinkNode = AccountLinkNode | DefinedTypeLinkNode | InstructionAccountLinkNode | InstructionArgumentLinkNode | InstructionLinkNode | PdaLinkNode | ProgramLinkNode;
export type LinkNode = RegisteredLinkNode;
//# sourceMappingURL=LinkNode.d.ts.map

@@ -1,7 +0,8 @@

import type { CamelCaseString, ImportFrom } from '../shared';
export interface PdaLinkNode {
import type { CamelCaseString } from '../shared';
import type { ProgramLinkNode } from './ProgramLinkNode';
export interface PdaLinkNode<TProgram extends ProgramLinkNode | undefined = ProgramLinkNode | undefined> {
readonly kind: 'pdaLinkNode';
readonly program?: TProgram;
readonly name: CamelCaseString;
readonly importFrom?: ImportFrom;
}
//# sourceMappingURL=PdaLinkNode.d.ts.map

@@ -1,7 +0,6 @@

import type { CamelCaseString, ImportFrom } from '../shared';
import type { CamelCaseString } from '../shared';
export interface ProgramLinkNode {
readonly kind: 'programLinkNode';
readonly name: CamelCaseString;
readonly importFrom?: ImportFrom;
}
//# sourceMappingURL=ProgramLinkNode.d.ts.map
export * from './bytesEncoding';
export * from './docs';
export * from './importFrom';
export * from './stringCases';
export * from './version';
//# sourceMappingURL=index.d.ts.map
{
"name": "@kinobi-so/node-types",
"version": "0.21.5",
"version": "0.22.0",
"description": "Node specifications for the Kinobi standard",

@@ -5,0 +5,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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