🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ariestools/crypto

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/crypto

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

Source
npmnpm
Version
8.0.3
Version published
Weekly downloads
1.8K
Maintainers
1
Weekly downloads
 
Created
Source

logo

@ariestools/crypto

npm license

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

Install

Using npm:

npm install {{name}}

Using yarn:

yarn add {{name}}

Using pnpm:

pnpm add {{name}}

Using bun:

bun add {{name}}

License

See the LICENSE file for license rights and limitations (LGPL-3.0-only).

Reference

packages

crypto

### .temp-typedoc

  ### index-browser

    ### functions

      ### <a id="cryptoPolyfill"></a>cryptoPolyfill

@xylabs/crypto

function cryptoPolyfill(): void;

Polyfills globalThis.Crypto with the crypto-js implementation for browser environments.

Returns

void

  ### index-node

    ### functions

      ### <a id="cryptoPolyfill"></a>cryptoPolyfill

@xylabs/crypto

function cryptoPolyfill(): void;

No-op polyfill for Node.js, where the crypto module is already available globally.

Returns

void

Credits

Made with 🔥 and ❄️ by XY Labs

Keywords

ariestools

FAQs

Package last updated on 07 Jul 2026

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