
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
typescript-stdlib
Advanced tools
A standard library for TypeScript.
This library aims to have a set of baseline functionality that can be used by any program for a wide variety of use cases.
This library has zero dependencies.
This library is primarily intended for use with Node.js. However, large parts of it are also available for use with deno.
Disclaimer: This library is not yet stable. This means minor versions will likely have breaking changes. We recommend pinning a patch version which will not contain breaking changes.
Install the package using npm:
npm install typescript-stdlib
Or use yarn:
yarn add typescript-stdlib
Import the desired modules:
import { Result, errors } from "typescript-stdlib";
Currently the deno version can be grabbed directly from GitHub. For each release a deno/<VERSION> tag is created.
This can be used like so:
import { Result, errors } from "https://raw.githubusercontent.com/getshiphub/typescript-stdlib/deno/0.1.0/mod.ts"
See rational for details on why this library was created.
Contributions are welcome!
See constributing for instructions.
FAQs
A standard library for TypeScript.
The npm package typescript-stdlib receives a total of 5 weekly downloads. As such, typescript-stdlib popularity was classified as not popular.
We found that typescript-stdlib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.