
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@geowiki/evoland-api-proxy
Advanced tools
TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.
TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.
npm install @geowiki/evoland-api-proxy
# or
pnpm add @geowiki/evoland-api-proxy
npm install axios form-data
import { ProjectService, TaskService, OpenAPI } from "@geowiki/evoland-api-proxy";
// Configure the API base URL
OpenAPI.BASE = "https://your-evoland-api-url.com";
// Interact with EvoLand projects and tasks
const projects = await ProjectService.getProjects();
const tasks = await TaskService.getTasks(projectId);
ProjectService, TaskService, LocationService, QuestionService, StatisticService, AiServiceApiError, CancelablePromise, and OpenAPI configurationMIT
FAQs
TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.
The npm package @geowiki/evoland-api-proxy receives a total of 120 weekly downloads. As such, @geowiki/evoland-api-proxy popularity was classified as not popular.
We found that @geowiki/evoland-api-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.