Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@ilihub/kebab-case-string-to-dot-case-string
Advanced tools
Convert kebab case string to dot case string
Converts a kebab-case string to a dot.case string.
# if you're using pnpm
pnpm add @ilihub/kebab-case-string-to-dot-case-string
# or, if you're using npm
npm install @ilihub/kebab-case-string-to-dot-case-string
# or, if you're using yarn
yarn add @ilihub/kebab-case-string-to-dot-case-string
import { KebabCaseStringToDotCaseString } from "@ilihub/kebab-case-string-to-dot-case-string";
const string = "hello-world";
console.log(KebabCaseStringToDotCaseString(string));
// Output
// hello.world
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.
Diamond Sponsors are those who have pledged $100/month or more to ilihub via Open Collective
Gold Sponsors are those who have pledged $50/month or more to ilihub via Open Collective
Backers are those who have pledged $10/month or more to ilihub via Open Collective
Supporters are those who have pledged any amount to ilihub via Open Collective
FAQs
Convert kebab case string to dot case string
We found that @ilihub/kebab-case-string-to-dot-case-string 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.