
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
@pie-lib/editable-html
Advanced tools
`editable-html` is an inline HTML editor, based on [`slate`](https://github.com/ianstormtaylor/slate), for use within PIE configuration panels.
editable-html
is an inline HTML editor, based on slate
, for use within PIE configuration panels.
It's pretty rough at the moment (UI + logic), but can't spend too much time on it right now.
npm install
cd demo
../node_modules/.bin/webpack-dev-server --hot --inline
# go to http://localhost:8080
Install:
npm install --save @pie-lib/editable-html
Import:
import EditableHTML from '@pie-lib/editable-html';
Declare:
<EditableHTML onChange={this.htmlChanged.bind(this)} markup={markup} />
If you are running in production and have an external React
and ReactDOM
, you will also need to include ReactDOMServer
.
<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
<!-- this must be added -->
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom-server.browser.production.min.js"></script>
FAQs
`editable-html` is an inline HTML editor, based on [`slate`](https://github.com/ianstormtaylor/slate), for use within PIE configuration panels.
The npm package @pie-lib/editable-html receives a total of 322 weekly downloads. As such, @pie-lib/editable-html popularity was classified as not popular.
We found that @pie-lib/editable-html demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.