
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@boundlessdigital/meraki-sdk
Advanced tools
This package allows you to interact with the (Meraki Dashboard API)[https://developer.cisco.com/meraki/api/overview/#api-version] from a Javascript application (Node or Browser).
This package allows you to interact with the (Meraki Dashboard API)[https://developer.cisco.com/meraki/api/overview/#api-version] from a Javascript application (Node or Browser).
If using it from a browser, you will need to point the host to an API Gateway that supports CORS, such as the Boundless API Gateway
Install this package by running
yarn add @boundlessdigital/meraki-sdk
Once installed, you can use it in your application by instantiating the client, configuring your API Key, and then calling the API methods on the client directly.
The API Key should be stored in your environment using the MERAKI_DASHBOARD_API_KEY environment variable. If you use this variable, then you don't need to explicitly configure the key, as it will be automatically detected.
You have several additional options for configuring the client:
host - defines the backend endpoint that requests will be sent to. Defaults to `api.meraki.com`. You can change this to point to an API Gateway
base_path - defaults to `/api/v1`
retry_on_error: boolean - Set to `true`to have the client automatically retry on errors, following hte retry policy
maximum_retries: number - Defaults to 5
retry_on_statuses: number[] - Defaults to 429 and 503
You can use the Meraki Action Batch feature by preparing the batches, and executing them once the work has ben batched.
The client operates in 3 request modes: "preview", "dispatch", or "batch"
the Preview mode results hte action to the caller, fro use elsewhere. This is useful if you want ot manage your own actions and batces
dispath mode executes hte requests immediately, and ignores the action batching.
bath mode saves all requests into a mega task list, and then intelligently executes this
import { Client } from '@boundlessdigital/meraki-sdk'
const client = new Meraki({
api_key: API_KEY,
maximum_retries: 5
})
await client.get_organizations()
FAQs
This package allows you to interact with the [Meraki Dashboard API](https://developer.cisco.com/meraki/api/overview/#api-version) from a Javascript application (Node or Browser).
The npm package @boundlessdigital/meraki-sdk receives a total of 42 weekly downloads. As such, @boundlessdigital/meraki-sdk popularity was classified as not popular.
We found that @boundlessdigital/meraki-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.