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

easypanel-api

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easypanel-api

fix bug of EasyPanel

latest
npmnpm
Version
0.3.1
Version published
Maintainers
0
Created
Source

fix bug of Easypanel SDK

Version | Downloads

easypanel - This is an unofficial sdk for Easypanel.

Installation

pnpm install easypanel-sdk
yarn add easypanel-sdk
npm install easypanel-sdk

Usage

import { easypanel } from 'easypanel-sdk'
import { config } from 'dotenv'

config()

const app = easypanel({
  endpoint: process.env.EASYPANEL_URL || '',
  token: process.env.EASYPANEL_TOKEN || '',
})

const project = await app.projects.create({ name: 'NewProject' })
console.warn(project)

Development

Requires pnpm >= 8.10.0 Requires node >= 20.0.0

pnpm install
pnpm dev # watch mode tsup
pnpm build # build

Playground

cd playground
pnpm install
pnpm dev # send requests and close

Sponsors

sponsors

License

MIT License © 2023-PRESENT productdevbook

FAQs

Package last updated on 26 Oct 2024

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