Socket
Book a DemoInstallSign in
Socket

@scottybee84/suite-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scottybee84/suite-sdk

Tiny client SDK for NetSuite trainings (mock + real).

0.1.0
latest
npmnpm
Version published
Weekly downloads
71
Maintainers
1
Weekly downloads
 
Created
Source

suite-sdk

Tiny client SDK that lets training repos talk to mock-netsuite (local) or a real NetSuite account.

Install (local dev)

npm install ../suite-sdk

Usage

import { MockSuiteClient, NetSuiteClient } from "@scottybee84/suite-sdk";

// Using the mock
const client = new MockSuiteClient("http://localhost:3000");
const rows = await client.runSuiteQL("SELECT * FROM invoice LIMIT 5;");
console.log(rows);

// Using real NetSuite
const nsClient = new NetSuiteClient(
  "https://<account>.suitetalk.api.netsuite.com",
  {
    Authorization: "Bearer <token>",
  }
);

Keywords

netsuite

FAQs

Package last updated on 24 Aug 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.