</>PackageGraphPackageGraph

standard-navigation

npmv0.0.9TypeScript

Standard navigation API for navigation libraries

Safe to adopt

Yes — standard-navigation scores well across adoption, maintenance, weight, supply chain, and licensing. 4.7M downloads per week and 1 known dependents. Last published 34 days ago. 9 releases in the last 2 years.

  • AAdoption: grade A, Excellent.

    4.7M downloads per week and 1 known dependents.

  • AMaintenance: grade A, Excellent.

    Last published 34 days ago. 9 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 9.4 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • 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 standard-navigation 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.

9.4 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 standard-navigation README.

import * as React from 'react';
import { createStandardNavigator } from 'standard-navigation';

type MyNavigatorOptions = {
  title?: string;
};

type MyNavigatorEventMap = {
  tabPress: {
    data: { isAlreadyFocused: boolean };
    canPreventDefault: true;
  };
};
Example truncated — see the full README.

Dependencies

Declared by standard-navigation v0.0.9. Runtime dependencies are installed with the package; dev dependencies are not.

Peer (1)

Dev (2)

@types/react ^19.2.14typescript ^6.0.3

Used by

Popular packages that depend on standard-navigation.

Relationship graph

Dependencies (left) and dependents (right) of standard-navigation.

reactexpo-routerstandard-navigati…
standard-navigation dependencies dependents

Frequently installed together

Release history

9 releases in the last two years, typically about 4 days apart.

Recent versions of standard-navigation
VersionPublishedSizeLicense
0.0.9latest1 month ago9.4 KBMIT
0.0.81 month ago8.3 KBMIT
0.0.73 months ago8.2 KBMIT
0.0.63 months ago5.0 KBMIT
0.0.53 months ago7.8 KBMIT
0.0.43 months ago6.6 KBMIT
0.0.33 months ago6.5 KBMIT
0.0.23 months ago3.9 KBMIT
0.0.13 months ago7.2 KBMIT

Overview

standard-navigation is an npm package that standard navigation API for navigation libraries. It is very popular, with about 4.7M downloads per week and 1 known dependents in the graph. The latest version is 0.0.9, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need standard navigation API for navigation libraries and value a battle-tested, widely-adopted 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

  • Large, well-established user base (4.7M weekly downloads).
  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).
  • Lean dependency tree (3 direct dependencies).

Cons

  • No significant drawbacks detected from available metadata.

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

Maintainers

Keywords

Frequently asked questions

Should I use standard-navigation?

Yes — standard-navigation scores well across adoption, maintenance, weight, supply chain, and licensing. 4.7M downloads per week and 1 known dependents. Last published 34 days ago. 9 releases in the last 2 years.

How do I install standard-navigation?

Run `npm install standard-navigation` to add standard-navigation to your npm project.

What license is standard-navigation released under?

standard-navigation is distributed under the MIT license.

How popular is standard-navigation?

standard-navigation has approximately 4,712,583 downloads per week and 1 known dependent packages.

Is standard-navigation still maintained?

The most recent release of standard-navigation (v0.0.9) was published 1 month ago.

Does standard-navigation run install scripts?

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