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

@squarecloud/api

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squarecloud/api

A NodeJS wrapper for Square Cloud API

latest
Source
npmnpm
Version
3.8.0
Version published
Weekly downloads
599
-15.51%
Maintainers
3
Weekly downloads
 
Created
Source
Square Cloud Banner

@squarecloud/api

A NodeJS SDK for consuming the Square Cloud API.

Installation

npm install @squarecloud/api
// or
yarn add @squarecloud/api
// or
pnpm add @squarecloud/api

Documentation

Visit our official documentation for more information about how to use this library.

Getting Started

import { SquareCloudAPI } from "@squarecloud/api"
// const { SquareCloudAPI } = require("@squarecloud/api");

const api = new SquareCloudAPI("Your API Key")
const user = await api.users.get()
const application = user.applications.get("Application ID")

Contributing

Feel free to contribute with suggestions or bug reports at our GitHub repository.

Authors

Keywords

wrapper

FAQs

Package last updated on 18 Sep 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