npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@holoscript/platform

v6.1.4

Published

Enterprise platform layer for HoloScript (security, web3, identity, registry)

Downloads

609

Readme

@holoscript/platform

Enterprise platform substrate for HoloScript packages and services.

Install

npm install @holoscript/platform

Use

import { CapabilityValidator, PackageRegistry } from '@holoscript/platform';

Package Surface

@holoscript/platform owns cross-cutting service primitives:

  • security and sandbox policy helpers
  • identity, capability, and access-control utilities
  • package registry and certification support
  • tenancy, quota, and rate-limit helpers
  • Web of Things, contract, crypto, ANS, and Web3 integration points
  • renderer exports used by platform-aware HoloLand surfaces

Strategy Role

This package is the fleet control-plane utility for consumers that need platform security, identity, registry, Web3, contract, token, ACL, or HoloKey/x402-adjacent primitives directly. Keep marketplace APIs in @holoscript/marketplace-api, mesh/network coordination in @holoscript/mesh, and agent lifecycle orchestration in @holoscript/framework or @holoscript/agent-protocol.

Package installation proves the local API surface. Hosted HoloKey/x402 payment, wallet custody, and identity-service availability still require separate live endpoint receipts.

The live-service receipt gate is secret-safe by default. It probes hosted service health and HoloMesh registration-challenge availability without API keys, wallet private keys, signing, payment execution, identity creation, or wallet environment mutation, and it records only sanitized hashes for canary inputs:

corepack pnpm run check:platform-live-service-receipt

Validation

corepack pnpm --filter @holoscript/platform run test
corepack pnpm run check:registry-cold-start:platform-public-api
corepack pnpm run check:package-consumption
corepack pnpm run check:platform-live-service-receipt
corepack pnpm run check:publish-surface
corepack pnpm run check:package-architecture
corepack pnpm run package:opportunity-map

Package boundary & release posture

@holoscript/platform is a v0-preview enterprise platform substrate for external and agent-framework consumers who need security, identity, registry, Web3/ANS, contract, token, and access-control primitives directly, without depending on the rest of the HoloScript monorepo. It does not ship any founder-local deployment, fleet topology, or hosted registry — every registry endpoint, KEK material, tenancy/quota policy, and Web3/contract/ANS namespace is caller-owned: bring your own config, credentials, and environment variables and point it at your own registry, contract, and identity endpoints.

Known limitations: package installation proves the local API surface only; hosted HoloKey/x402 payment, wallet custody, and identity-service availability still require separate live endpoint receipts. Several capabilities (renderer, Web3/gltf tooling, tree-sitter grammars) are optionalDependencies the consumer installs as needed. Interfaces may change before the v1 release.