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

ep_post_data

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_post_data

Post data into Etherpad using Curl

latest
Source
npmnpm
Version
0.1.35
Version published
Weekly downloads
240
1042.86%
Maintainers
5
Weekly downloads
 
Created
Source

Publish Status Backend Tests Status

Post data straight to a pad

Curl example

curl -X POST -d @/tmp/xbmc.log http://10.0.0.215:9001/post

You can also use the 'x-pad-id' header to define the resulting pad name or it will be randomized. Ex:

$ curl -X POST -d @datafile.txt -H 'X-PAD-ID: test123' http://10.0.0.215/post
Pad Created: http://10.0.0.215/p/test123

Limitation

Etherpad Limits imports to 100k Characters

FAQs

Package last updated on 09 Apr 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