New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

katxupa

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

katxupa

Delicious Dish for Typescript and JavaScript projects

latest
Source
npmnpm
Version
1.10.4
Version published
Maintainers
1
Created
Source

Katxupa


Delicious Dish for Typescript and JavaScript projects

runIt(() => {
    console.log(`🎉 Welcome to Katxupa library 💖`);
    "Katxupa"
        .alsoIt(it => console.log(`🍲 ${it} was cooked for your delight 🍲`))
        .takeIf(it => it.startsWith("Katxupa"))
        ?.runIt(function() {
            console.log(`🍻 By Manuel Santos`);
            console.log(`🙈 https://github.com/manusant`);
        })
})

Documentation

Docs ESLint Linkedin TSDoc

Project Configuration

  • Add Katxupa library to project dependencies
# When using npm
npm install katxupa
# When using pnpm
pnpm add katxupa
# When using yarn
yarn add katxupa
# When using npm
npm install --save-dev eslint-config-katxupa
# When using pnpm
pnpm add --save-dev eslint-config-katxupa
# When using yarn
yarn add --dev eslint-config-katxupa
  • Activate ESLint config
// .eslintrc.js
module.exports = {
    root: true,
    env: {node: true},
    extends: ["eslint:recommended", "katxupa"],
   ...
};

Keywords

utility

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

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.

Install

Related posts