Gathering detailed insights and metrics for @furystack/rest-client-got
Gathering detailed insights and metrics for @furystack/rest-client-got
Gathering detailed insights and metrics for @furystack/rest-client-got
Gathering detailed insights and metrics for @furystack/rest-client-got
npm install @furystack/rest-client-got
Typescript
Module System
@furystack/core@10.4.6
Updated on Feb 16, 2022
@furystack/filesystem-store@2.0.30
Updated on Feb 16, 2022
@furystack/shades-nipple@1.3.16
Updated on Feb 16, 2022
@furystack/websocket-api@7.0.62
Updated on Feb 16, 2022
@furystack/shades@4.0.5
Updated on Feb 16, 2022
@furystack/rest-client-fetch@3.0.29
Updated on Feb 16, 2022
TypeScript (99.57%)
JavaScript (0.33%)
HTML (0.05%)
CSS (0.05%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
GPL-2.0 License
5 Stars
1,887 Commits
2 Watchers
5 Branches
2 Contributors
Updated on Jun 25, 2025
Latest Version
2.1.0
Package Id
@furystack/rest-client-got@2.1.0
Unpacked Size
43.33 kB
Size
12.23 kB
File Count
19
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
FuryStack is a flexible, end-to-end framework that allows you to build complex services quickly and easily.
The entry-level logic (like store managers or server managers), models (definitions of physical stores, users, roles), and some entry-level implementations (like InMemoryStore and FileStore for testing) are included here.
A repository is a collection of DataSets. A DataSet is like an extended version of a physical store—you can use a context (like a UserContext) for authorization or entity manipulation from DI. You can also subscribe to events here.
If you want to communicate with the world, this package will be your friend. You can define your API as a TypeScript interface and implement it on the backend with @furystack/rest-service. Consuming these APIs is also easy with the @furystack/rest-client-fetch package in the browser.
You can log in with a Google ID Token to a FuryStack backend with this simple package.
@furystack/shades is a UI library that helps you create web UIs easily. The syntax is JSX and it also works with FuryStack tools like Logger or Inject. It uses unidirectional data binding.
A collection of useful tools like Disposable
s with using()
and usingAsync()
helpers, deepMerge
, Tracer
, and an ultra-lightweight Observer/Observable implementation.
A powerful logging library that allows you to create log entries with scopes, levels, and custom data, and process them with your own logic. You can collect telemetry or create a crash dump collector.
Inject is a DI/IoC utility that allows you to handle your dependencies easily and is the heart and soul of the stack. In short—just mark your services as Injectable()
and use injector.getInstance(...)
to retrieve them.
An injector can be extended with extension methods, so you can configure your whole app in one place in a type-safe way.
Simple in-memory caching utility to improve performance and reduce redundant computations.
Filesystem-based store implementation, ideal for lightweight or experimental use.
General internationalization and translation management for FuryStack applications.
MongoDB physical store implementation for scalable, document-based storage.
Redis physical store implementation for fast, in-memory data storage (note: some features like filter()
and count()
are not supported).
Password management, authentication, and authorization utilities.
Sequelize-based store implementation for SQL databases.
Internationalization support for the Shades UI library.
Micro frontend management utilities for Shades.
Minimal showcase application demonstrating FuryStack Shades features.
WebSocket implementation for real-time communication in FuryStack.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More