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.
editorjs-change-case
Advanced tools
Change Case Tool for the Editor.js - Allows to change selected text case in the block.
Change Case Tool for the Editor.js.
Get the package
npm i --save-dev editorjs-change-case
OR
yarn add editorjs-change-case
Include module at your application
import ChangeCase from 'editorjs-change-case';
Add a new Tool to the tools
property of the Editor.js initial config.
The locale parameter used to convert according to locale-specific case mappings.
var editor = EditorJS({
tools: {
changeCase: {
class: ChangeCase,
config: {
showLocaleOption: true, // enable locale case options
locale: 'tr' // or ['tr', 'TR', 'tr-TR']
}
}
}
});
FAQs
Change Case Tool for the Editor.js - Allows to change selected text case in the block.
The npm package editorjs-change-case receives a total of 610 weekly downloads. As such, editorjs-change-case popularity was classified as not popular.
We found that editorjs-change-case demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.