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

@inverted-tech/fragments

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inverted-tech/fragments

Types and JS runtime for Inverted protocol buffers (Fragments)

latest
npmnpm
Version
0.12.4
Version published
Maintainers
2
Created
Source

@inverted-tech/fragments

TypeScript types and ESM runtime for IT WebServices Protobufs.

This package is ESM-only and ships .d.ts declaration files plus generated JS under dist/esm/.

Install

npm install @inverted-tech/fragments

Imports

We expose convenient subpaths for each module and file-level entries. You don’t need to append /index.

Examples

// Settings models
import type { CMSPublicRecord, ChannelRecord, CategoryRecord } from '@inverted-tech/fragments/Settings';
// or with a trailing slash
import type { CMSPublicMenuRecord } from '@inverted-tech/fragments/Settings/';

// Specific files
import type { UserRecord } from '@inverted-tech/fragments/Authentication/UserRecord';
import { UserInterfaceClient } from '@inverted-tech/fragments/Authentication/UserInterface_connect';

// Protos bundle
import * as Protos from '@inverted-tech/fragments/protos';
// or file-level
import '@inverted-tech/fragments/protos/Authentication/UserInterface_connect';

Available namespaces: Authentication, Authorization, Comment, Content, CreatorDashboard, Generic, Notification, Page, Settings.

Notes

  • ESM-only; no CommonJS entry points.
  • Built from protobuf sources using Buf and TypeScript generators.

Support

  • Node.js 18+
  • Modern browsers (ES2020)

Changelog

This package uses Changesets; see release notes on npm.

License

MIT — see LICENSE.

FAQs

Package last updated on 30 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