
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@pixeldrive/netfly-sdk-js
Advanced tools
Unofficial SDK for Netfly API in TypeScript with ESM and CJS support
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.
npm install @pixeldrive/netfly-sdk-js
import { NetflyClient } from '@pixeldrive/netfly-sdk-js'
const client = new NetflyClient({ baseUrl: 'https://api.netfly.example', apiKey: 'YOUR_API_KEY' })
const { NetflyClient } = require('@pixeldrive/netfly-sdk-js')
const client = new NetflyClient({ baseUrl: 'https://api.netfly.example', apiKey: 'YOUR_API_KEY' })
Contributions are welcome! Please open an issue or PR with your proposal.
MIT
This software is provided "as is" without warranty of any kind. This project is not affiliated with Netfly. Use at your own risk.
FAQs
Unofficial SDK for Netfly API in TypeScript with ESM and CJS support
We found that @pixeldrive/netfly-sdk-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.