New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tag33

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tag33

https://tag33.lucianbuzzo.repl.co/

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Tag33

https://tag33.lucianbuzzo.repl.co/

API

The module exports the following functions:

  • fromBase33(char): Converts a character from the base-33 alphabet to its numerical value. The base-33 alphabet is "123456789ABCDEFGHJKLMNPQRSTUVWXYZ". The function returns the numerical value of the character.

  • toBase33(num): Converts a number to a character in the base-33 alphabet. The function returns the character in the base-33 alphabet that corresponds to the number.

  • calculateBase33Sum(id): Calculates the sum of the numerical values of the characters in the given ID. The function returns the sum.

  • generate(): Generates a new ID. The function returns the generated ID.

  • verify(tag): Verifies the checksum of the given ID. The function returns true if the checksum is correct, and false otherwise.

FAQs

Package last updated on 20 Nov 2023

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