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

sharexgenerator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sharexgenerator

Custom ShareXGenerator Module

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Custom ShareX Configuration Generator

ShareXGenerator

Very Easy To Use.

Add this module to your project and run it. It will create a folder with your desired chosen name, Then generate the configuration file in the .sxcu format in said folder.

Example Usage

/**
 * @package ShareX Generator Module Test Script
 * @version v1.1.1
 * @author CyberCDN
 * @copyright 2020
 * @license GPL-v3.0
 * @description Test script to ensure the ShareXGenerator works as intended.
 */


'use strict';
const ShareX = require("../index")
ShareX.generate(
    "ShareX-Configs",
    "FileTest",
    "https://test.com",
    "ImageUploader, FileUploader",
    "POST",
    "test",
    "Text",
    "$json:file.url$"
).then((result) => console.log(result));

Keywords

ShareX

FAQs

Package last updated on 08 Oct 2020

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