</>PackageGraphPackageGraph

zimmerframe

npmv1.1.5TypeScript

A tool for walking ASTs

Safe to adopt

Yes — zimmerframe scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 8 days ago. 3 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 8 days ago. 3 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 13 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 2 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding zimmerframe to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

13 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
No constraint declared
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the zimmerframe README.

import { walk } from 'zimmerframe';
import { parse } from 'acorn';
import { Node } from 'estree';

const program = parse(`
let message = 'hello';
console.log(message);

if (true) {
  let answer = 42;
  console.log(answer);
}
`);
Example truncated — see the full README.

Dependencies

Declared by zimmerframe v1.1.5. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (4)

@changesets/cli ^2.29.7dts-buddy ^0.6.2typescript ^5.9.2vitest ^3.2.4

Used by

Popular packages that depend on zimmerframe.

Relationship graph

Dependencies (left) and dependents (right) of zimmerframe.

svelteesrapzimmerframe
zimmerframe dependencies dependents

Frequently installed together

Release history

3 releases in the last two years, typically about 0 days apart.

Recent versions of zimmerframe
VersionPublishedSizeLicense
1.1.5latest8 days ago13 KBMIT
1.1.41 year ago12 KBMIT
1.1.31 year ago12 KBMIT
1.1.22 years ago12 KBMIT
1.1.12 years ago12 KBMIT
1.1.02 years ago11 KBMIT
1.0.03 years ago11 KBMIT
0.2.13 years ago11 KBMIT
0.2.03 years ago11 KBMIT
0.1.23 years ago12 KBMIT
0.1.13 years ago12 KBMIT
0.1.03 years ago12 KBMIT
0.0.113 years ago12 KBMIT
0.0.103 years ago11 KBMIT
0.0.93 years ago11 KBMIT

Overview

zimmerframe is an npm package that a tool for walking ASTs. It has 2 known dependents in the graph. The latest version is 1.1.5, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need a tool for walking ASTs and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use zimmerframe?

Yes — zimmerframe scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 8 days ago. 3 releases in the last 2 years.

How do I install zimmerframe?

Run `npm install zimmerframe` to add zimmerframe to your npm project.

What license is zimmerframe released under?

zimmerframe is distributed under the MIT license.

How popular is zimmerframe?

npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on zimmerframe.

Is zimmerframe still maintained?

The most recent release of zimmerframe (v1.1.5) was published 8 days ago.

Does zimmerframe run install scripts?

No. zimmerframe does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.