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

codemaker-sdk

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemaker-sdk

CodeMaker SDK for JavaScript

latest
Source
npmnpm
Version
2.30.0
Version published
Maintainers
4
Created
Source

codemaker-sdk-js

The CodeMaker SDK for JavaScript.

Official JavaScript for CodeMaker AI APIs.

Getting Started

In order to start using the SDK.

  • Sign up for the Early Access Program at https://codemaker.ai.
  • Receive the Early Access invitation email.
  • Add CodeMaker SDK to your project.
$ npm install --save codemaker-sdk
  • Integrate the SDK with your code.
import { Client }  from 'codemaker-sdk';

client = new Client(() => apiKey)

License

MIT License

Keywords

codemakerai

FAQs

Package last updated on 29 Mar 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