standard-navigation
npmv0.0.9TypeScriptStandard 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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;
};
};
Dependencies
Declared by standard-navigation v0.0.9. Runtime dependencies are installed with the package; dev dependencies are not.
Peer (1)
Dev (2)
Used by
Popular packages that depend on standard-navigation.
Relationship graph
Dependencies (left) and dependents (right) of standard-navigation.
Frequently installed together
Native navigation primitives for your React Native app.
Simple and complete React Native testing utilities that encourage good testing practices.
Declarative API exposing native platform touch and gesture system to React Native
React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.
More powerful alternative to Animated library for React Native.
The Expo SDK
Tools for making advanced Metro bundler features work
Error overlay for universal Expo apps.
React Native for Web
Escape RegExp special characters
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
Release history
9 releases in the last two years, typically about 4 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.0.9latest | 1 month ago | 9.4 KB | MIT |
| 0.0.8 | 1 month ago | 8.3 KB | MIT |
| 0.0.7 | 3 months ago | 8.2 KB | MIT |
| 0.0.6 | 3 months ago | 5.0 KB | MIT |
| 0.0.5 | 3 months ago | 7.8 KB | MIT |
| 0.0.4 | 3 months ago | 6.6 KB | MIT |
| 0.0.3 | 3 months ago | 6.5 KB | MIT |
| 0.0.2 | 3 months ago | 3.9 KB | MIT |
| 0.0.1 | 3 months ago | 7.2 KB | MIT |
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.