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

@trinsic/trinsic

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trinsic/trinsic

Node and Browser wrapper for the Trinsic services

  • 1.13.0
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Trinsic SDK for Browsers and Node

Installation

npm install @trinsic/trinsic
import { TrinsicService } from "@trinsic/trinsic";

If you have need to override the transport method (for instance, old versions of Node), you can do it in the following manner:

import { TransportProvider } from "@trinsic/trinsic";
TransportProvider.overrideTransport = XHRTransport(); // or other `nice-grpc-web` transports
// Proceed to make your SDK calls here

Documentation

See documentation here

Maintainers

Dev Environment Setup

Install the following requirements:

npm run build:proto

After this, you can run npm ci and npm run build.

The build script will generate the proto files by running the Generate-Proto.ps1 script. You can also run this script manually.

FAQs

Package last updated on 16 Nov 2023

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

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