Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stuf

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stuf

Standardized Truncated url Format (STuF) is a url conversion format that shortens and obfuscates strings with a public encryption method.

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
0
Weekly downloads
 
Created
Source

STuF - Standardized Truncated url Format

Copyright © Stuffy 2024 All rights reserved.

STuF is a url conversion format that shortens and obfuscates strings, designed for decentralized link sharing among end users.

Purpose

STuF allows users to share shortened, obfuscated links directly without relying on external servers. It empowers users to moderate their own content consumption responsibly.

Features

  • Converts links into shorter, obfuscated strings.
  • Supports HTTP and HTTPS links with immediate domain recognition.
  • Works offline without the need for external redirection
  • Preserves link integrity

Usage

Installation

Install STuF in your project via npm:

npm install stuf

Example

const { STuF } = require("stuf")

const exampleString = "https://www.thisisanexamplestring.gov/12234-49392234ab.png"

console.log(exampleString === STuF.decode(
  STuF.encode(
    exampleString
    )))

Full Documentation

This readme only applies to the npm javascript version of STuF. For more information, and a better overview, please refer to the project's main page.

Keywords

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc