Gathering detailed insights and metrics for @textile/js-http-client
Gathering detailed insights and metrics for @textile/js-http-client
Gathering detailed insights and metrics for @textile/js-http-client
Gathering detailed insights and metrics for @textile/js-http-client
[DEPRECATED] Official Textile JS HTTP Wrapper Client
npm install @textile/js-http-client
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (99.05%)
JavaScript (0.95%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
29 Stars
155 Commits
4 Forks
10 Watchers
3 Branches
9 Contributors
Updated on May 30, 2024
Latest Version
1.1.0
Package Id
@textile/js-http-client@1.1.0
Unpacked Size
3.33 MB
Size
350.45 kB
File Count
380
NPM Version
5.6.0
Node Version
10.0.0
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
8
30
Official Textile JS HTTP Wrapper Client
Join us on our public Slack channel for news, discussions, and status updates. For current status, and where you can help, please see issue #1.
Important: With the move to Typescript and our 0.2.x release, js-http-client
is now
published under the @textile
namespace, rather than @textileio
. Previous
releases will remain available under @textileio
, however, all
code should be updated to reflect this change.
Textile provides encrypted, recoverable, schema-based, and cross-application data storage built on IPFS and libp2p. We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, an open and programmable iCloud.
The reference implementation of Textile is written in Go, and can be compiled to various platforms, including mobile (Android/iOS) and desktop/server (OSX, Windows, Linux, etc). The library in this repo is designed to help support things like browser-based Textile apps, Node.js apps, and other use-cases.
This library provides access to an underlying go-textile
node's REST API, adding various simplified APIs to support in-browser and programmatic desktop access. For the most part, the API would mimic the command-line and/or mobile APIs of go-textile
, with some browser-specific enhancements.
1# Run all the unit tests 2yarn test 3 4# Lint everything 5# NOTE: Linting uses `prettier` to auto-fix styling issues when possible 6yarn lint
You can also compile the Typescript yourself with:
1yarn build
And even build a nice browser-compatible bundle with:
1yarn browser
These will both build and add the exported Javascript files to dist
, ready to be used in your next NodeJS, browser, React, Vue, or whatever app!
We also provide scripts to run a light-weight webpack-dev-server
to test out the browser builds. Try something like yarn serve
, and then browse to http://127.0.0.1:8080/examples/browser
in your favorite browser for a simple example.
The auto-generated documentation can be found at https://textileio.github.io/js-http-client/.
1# Re-build the documentation 2yarn docs
Textile's JS HTTP Client is a work in progress. As such, there's a few things you can do right now to help out:
textile-mobile
and the Textile react-native-sdk
. Contributions here that would be most helpful are top-level comments about how it should look based on our understanding. Again, the more eyes the better.Before you get started, be sure to read our contributors guide and our contributor covenant code of conduct.
Commits | Contributor |
---|---|
110 | carsonfarmer |
26 | andrewxhill |
2 | robbynshaw |
2 | dependabot[bot] |
1 | balupton |
1 | connectdotz |
1 | flyskywhy |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/24 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
128 existing vulnerabilities detected
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