Socket
Book a DemoInstallSign in
Socket

@vidazoo/vcypher-rs

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidazoo/vcypher-rs

vCypher module for encoding and decoding strings

latest
npmnpm
Version
0.1.6
Version published
Maintainers
0
Created
Source

vidazoo-vcypher-rs

🦀 @vidazoo/vcypher-rs

This is a Rust implementation of the Vidazoo vCypher module built in TypeScript.

Install

npm install @vidazoo/vcypher-rs

Usage

// Note the lowercased 's' in VCypherRs, The uppercase reserved for the type VCypherRS class
import { VCypherRs } from "@vidazoo/vcypher-rs";
VCypherRs.encode(some_json_value);
VCypherRs.decode(encoded_string);

Roadmap

  • Implement the encode method
  • Implement the decode method
  • Implement the tests
  • Publish the module to the NPM registry under @vidazoo org as a private module

FAQs

Package last updated on 22 Sep 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