Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@trinsic/api
Advanced tools
The Trinsic API TypeScript library provides convenient access to the Trinsic API from applications written in server-side JavaScript/TypeScript.
See the Trinsic docs for more detailed information on how to start integrating with our identity acceptance network.
Install the package with:
npm install @trinsic/api
The package needs to be configured with your app's access token, which is available in the Trinsic Dashboard.
import { AttachmentsApi, Configuration, NetworkApi, SessionsApi } from "@trinsic/api";
const config = new Configuration({ accessToken: "your-access-token" });
const attachments = new NetworkApi(config);
const network = new NetworkApi(config);
const sessions = new SessionsApi(config);
const session = await sessionsApi.createSession();
You can find a full TS server example in the samples folder.
Trinsic follows a Semantic Versioning (SemVer) process where all releases will have a version X.Y.Z (like 1.0.0) pattern wherein Z would be a bug fix (e.g., 1.0.1), Y would be a minor release (1.1.0) and X would be a major release (2.0.0). We permit any breaking changes to only be released in major versions and strongly recommend reading changelogs before making any major version upgrades.
New features and bug fixes are released on the latest major version of the @trinsic/api
package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
Any issues, inquiries, and feature requests can be sent to support@trinsic.id, or feel free to open a GitHub issue here.
FAQs
Trinsic API TypeScript library.
The npm package @trinsic/api receives a total of 41 weekly downloads. As such, @trinsic/api popularity was classified as not popular.
We found that @trinsic/api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.