
Research
/Security News
Coruna Respawned: Compromised art-template npm Package Leads to iOS Browser Exploit Kit
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.
@halo-dev/admin-api
Advanced tools
JavaScript SDK for Halo's Admin API,implemented with TypeScript,encapsulating parameter types and return value types to make the use of API more brief.
npm install @halo-dev/admin-api --save
Here is a simple code for obtaining a list of posts.
import { AdminApiClient, HaloRestAPIClient } from '@halo-dev/admin-api'
// http request tool for halo rest api.
const haloRestApiClient = new HaloRestAPIClient({
baseUrl: process.env.HALO_BASE_URL,
})
// create adminApiClient by haloRestApiCLient.
const haloAdminClient = new AdminApiClient(haloRestApiClient)
// obtaining a list of articles.
haloAdminClient.post.list().then((res) => {
console.log(res)
})
You can also view the complete implementation of the halo-admin project: @halo-dev/halo-admin.
FAQs
Halo admin api client.
The npm package @halo-dev/admin-api receives a total of 6 weekly downloads. As such, @halo-dev/admin-api popularity was classified as not popular.
We found that @halo-dev/admin-api 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.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.

Company News
As AI accelerates how code is written and shipped, Socket is scaling to protect the software supply chain from the growing wave of attacks targeting open source dependencies.

Company News
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.