Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

netpaste

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netpaste

Copy and paste over the DHT.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

netpaste

Copy and paste over the DHT.

Usage

# generate a seed
netpaate seed

# export default key
netpaste export
> default: abc..123

# import a key under test profile
netpaste import test 123..abc

# copy to default profile
netpaste copy 'hello, world!'

# paste from another profile
netpaste paste --profile test
> 'some other text...'

API

netpaste copy <data>

Copy data to the DHT.

netpaste paste

Paste data from the DHT.

netpaste seed

Generate a seed.

netpaste import <profile> <key>

Import a key to a given profile.

netpaste export [profile]

Export a key.

Options:

--profile | -p -- specify a profile to use. defaults to default

Profile keys are stored to ~/.netpaste/<profile>.

FAQs

Package last updated on 12 Aug 2022

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