# @huolala-tech/page-spy-types

> Types for PageSpy SDK

Latest version **2.2.6** (published 2026-08-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @huolala-tech/page-spy-types
pnpm add @huolala-tech/page-spy-types
yarn add @huolala-tech/page-spy-types
bun add @huolala-tech/page-spy-types
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 2.2.6 |
| Published | 2026-08-04 |
| First published | 2024-01-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 15.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 350 |
| Maintainers | wangdashuai, zhiyang-deng, huolala-fe, yanagieiichi, qikang.yuan, blucass |

## Links

- npm: https://www.npmjs.com/package/@huolala-tech/page-spy-types
- Repository: https://github.com/HuolalaTech/page-spy
- Homepage: https://www.pagespy.org/
- Issues: https://github.com/HuolalaTech/page-spy/issues
- npm.io page: https://npm.io/package/@huolala-tech/page-spy-types

## Dependencies (1)

- [@huolala-tech/page-spy-base](https://npm.io/package/@huolala-tech/page-spy-base.md) ^2.2.6

## Recent versions

- 2.2.6 (latest) — 2026-08-04
- 2.0.0-beta.1 (beta) — 2024-11-27
- 2.2.5 — 2026-05-26
- 2.2.4 — 2026-01-06
- 2.2.3 — 2025-07-15
- 2.2.2 — 2025-05-12
- 2.2.1 — 2025-04-08
- 2.2.0 — 2025-04-08
- 2.1.3 — 2025-03-04
- 2.1.2 — 2025-02-25
- 2.1.1 — 2025-02-13
- 2.1.0 — 2025-01-16
- 2.0.0 — 2024-11-29
- 2.0.0-beta.0 — 2024-11-20
- 1.9.7 — 2024-10-30
- … 29 more at https://npm.io/package/@huolala-tech/page-spy-types/versions

## README

English | [中文](./README_ZH.md)

# `@huolala-tech/page-spy-types`

> Types for PageSpy SDK.

## Usage

```ts
import * as PageSpyTypes from '@huolala-tech/page-spy-types'

class SomePlugin implements PageSpyTypes.PageSpyPlugin {
  ...
}
```

---
_Source: https://npm.io/package/@huolala-tech/page-spy-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
