New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@visionfi/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visionfi/core

Core types and utilities for VisionFi packages

latest
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

@visionfi/core

Core types and interfaces for VisionFI packages.

Installation

npm install @visionfi/core

Description

This package contains shared TypeScript types, interfaces, and constants used across all VisionFI packages. It provides the foundation for type safety and consistency in the VisionFI ecosystem.

Usage

import {
  PackageInfo,
  CreatePackageOptions,
  VisionFiError,
  ProcessingStatus
} from '@visionfi/core';

Contents

  • Types: All API request/response interfaces
  • Errors: Error classes and handling
  • Constants: Shared enums and constants

License

Copyright (c) 2024-2025 VisionFI. All Rights Reserved.

See LICENSE file for details.

Keywords

visionfi

FAQs

Package last updated on 24 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts