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

@pixeldrive/netfly-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@pixeldrive/netfly-sdk-js

Unofficial SDK for Netfly API in TypeScript with ESM and CJS support

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@pixeldrive/netfly-sdk-js

Unofficial JavaScript/TypeScript SDK for interacting with the Netfly API. Ships with dual ESM and CommonJS builds and first-class TypeScript typings.

Important: This project is an independent, community-maintained SDK. It is not affiliated with, endorsed by, or sponsored by Netfly. All product names, logos, and brands are property of their respective owners.

Features

  • ESM and CommonJS builds for broad compatibility
  • Written in TypeScript with bundled type definitions
  • Simple client factory to get started quickly

Installation

npm install @pixeldrive/netfly-sdk-js

Quick start

  • ESM
import { NetflyClient } from '@pixeldrive/netfly-sdk-js'

const client = new NetflyClient({ baseUrl: 'https://api.netfly.example', apiKey: 'YOUR_API_KEY' })
  • CommonJS
const { NetflyClient } = require('@pixeldrive/netfly-sdk-js')

const client = new NetflyClient({ baseUrl: 'https://api.netfly.example', apiKey: 'YOUR_API_KEY' })

Scripts

  • Build: npm run build
  • Dev (watch): npm run dev
  • Test: npm run test

Requirements

  • Node.js 18+ recommended
  • Works in TypeScript and JavaScript projects

Contributing

Contributions are welcome! Please open an issue or PR with your proposal.

License

MIT

Disclaimer

This software is provided "as is" without warranty of any kind. This project is not affiliated with Netfly. Use at your own risk.

Keywords

netfly

FAQs

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