Skip to content
View AdSegura's full-sized avatar

Block or report AdSegura

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. crypto-busboy crypto-busboy Public

    nodejs busboy upload with encryption option and file extensions limits

    JavaScript 2

  2. crypto-parser-express crypto-parser-express Public

    ExpressJS Response Cookie override to add crypto cookie and cookie-parser module replacement

    JavaScript 1 1

  3. node-laravel-encryptor node-laravel-encryptor Public

    node version Laravel Encrypter Class

    JavaScript 7

  4. dotenv-plus-options dotenv-plus-options Public

    Config module to read .env config files and constructor options mixing in config.options

    JavaScript 1

  5. laravel-echo-server laravel-echo-server Public

    Forked from tlaverdure/laravel-echo-server

    Socket.io server for Laravel Echo

    TypeScript 1

  6. Nodejs workers as writeable stream Nodejs workers as writeable stream
    1
    'use strict';
    2
    /**
    3
     * Nodejs Stream Workers example
    4
     *  will cipher and return deciphered file.txt to console output
    5
     *  using a worker as a writeable stream.