
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
react-bootstrap-editor
Advanced tools
Lightweight Rich Text Editor based on TypeScript, React & Bootstrap
Lightweight Rich Text Editor based on Edkit, React & Bootstrap
https://idea2app.github.io/Edkit/React/
https://github.com/idea2app/Edkit#tools
SemVer | branch | status | ES decorator | MobX | Edkit |
---|---|---|---|---|---|
>=2 | master | ✅developing | stage-3 | >=6.11 | v1 |
>=1 <2 | master | ❌deprecated | stage-2 | >=4 <6.11 | v1 |
<1 | v0.x | ❌deprecated |
npm install react react-bootstrap-editor
tsconfig.json
{
"compilerOptions": {
"target": "ES6",
"moduleResolution": "Node",
"useDefineForClassFields": true,
"experimentalDecorators": false,
"jsx": "react-jsx"
}
}
<head>
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap@5.3.3/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap-icons@1.11.3/font/bootstrap-icons.css"
/>
</head>
import { PureComponent } from 'react';
import { Editor } from 'react-bootstrap-editor';
export class PostEdit extends PureComponent {
render() {
return (
<Editor
name="content"
defaultValue="<p>test</p>"
onChange={console.log}
/>
);
}
}
FAQs
Lightweight Rich Text Editor based on TypeScript, React & Bootstrap
The npm package react-bootstrap-editor receives a total of 367 weekly downloads. As such, react-bootstrap-editor popularity was classified as not popular.
We found that react-bootstrap-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.