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

martincode

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

martincode

MartinCode is a simple JavaScript HTTP client wrapper around Axios for CRUD operations in frontend and backend.

latest
Source
npmnpm
Version
2.2.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

🧩 MartinCode

npm version npm downloads license

MartinCode is a lightweight and modern JavaScript HTTP client wrapper built on top of Axios.
It simplifies API communication with clean CRUD methods and advanced features like authentication, error handling, and debug logging — working seamlessly in both Node.js and frontend frameworks like React, Vue, and Next.js.

✨ Features

  • 🌍 Works in Node.js and browser
  • ⚡️ Simple CRUD API — get, post, put, delete
  • 🔑 Built-in Bearer token authentication
  • 🧱 Automatic error handling & logging
  • 🧩 Configurable via object or baseURL string
  • 🛠 Based on Axios for reliability
  • 🧠 Lightweight — under 5 KB unpacked

📦 Installation

npm install martincode

# or

yarn add martincode

Keywords

axios

FAQs

Package last updated on 13 Oct 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