Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@renet-consulting/editor
Advanced tools
This library provides an editor that is based on ngx-quill
.
The library has next dependencies:
Replace handlers on titlebar
import { ToolbarHandlersService } from '@renet-consulting/editor';
@Injectable()
export class AppToolbarHandlersService implements ToolbarHandlersService {
constructor(
@Inject(MESSAGE) private message: string
) { }
image = (): void => {
alert('A user clicks on the image button.' + this.message);
}
video = (): void => {
alert('A user clicks on the video button.' + this.message);
}
}
Converted project to Angular v14
Added missing stylesheets
Fixed naming convention
Revert to Angular v9 to support es5
Converted project to Angular v10
Converted project to Angular v9
Added missing theme.scss
FAQs
This library has an implementation of editor.
The npm package @renet-consulting/editor receives a total of 67 weekly downloads. As such, @renet-consulting/editor popularity was classified as not popular.
We found that @renet-consulting/editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.