Socket
Book a DemoInstallSign in
Socket

@briansalazar06/buffer-test

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@briansalazar06/buffer-test

Snippet to handle base64

2.1.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

SOT Buffer Module

library to handle base64 encryption, which allows to encode, decode and know if a value is encoded.

Quick Start

Installation

In sot_pages repo

npm run package-setup install @sot/buffer <Page-Path>

Regular repo

npm install @sot/buffer

Importing

ES Modules

import { isEncoded, encode, decode } from '@sot/buffer/dist/js';

NOTE: This type of import will enable SOT_Pages WP to perform tree shaking, effectively eliminating any unused code.

Included Directly

If you want to use the library on a page that doesn't have a build environment, you can directly copy the index.js in the dist folder (you can change the name to sot-buffer.min.js) file into the vendors folder on the page to use and import it in the HTML as:

<script src="js/vendors/sot-buffer.min.js"></script>

Usage

Please refer to the documentation page for the Buffer on Backstage to see how to use the library or check the next examples:

  • isEncoded: Returns true is the value is in Base64
isEncoded('dGVzdDEyMzQ='); // returns true
  • encode: Encodes the value to Base64
encode('test1234'); // return 'dGVzdDEyMzQ='
  • decode: Decodes the value from Base64
decode('dGVzdDEyMzQ='); // return 'test1234'

Contributing

To contribute, follow the instructions in the main sot_components readme at https://github.com/ltvco/sot_components.

Keywords

buffer

FAQs

Package last updated on 05 Oct 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.