
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.
@graasp/sdk
Advanced tools
Development kit including type definitions and util functions for the Graasp ecosystem.
This repository contains all shared utils and types for the Graasp ecosystem.
Use pnpm to install the packages.
pnpm i
This project uses vitest as the test runner. It is fast, supports ESM and has an API similar to Jest (which was used previously).
To start the tests run:
pnpm test
The tests will run in watch mode, meaning that when you edit a file, the tests in that file (or any test file depending on that file) will be re-run. This allows for a fast feedback loop.
This package exposes a ESM and a CommonJS build as well as type declarations for Typescript.
To build the package:
pnpm build
The structure is as follows:
esm contains the javascript files to use with ECMAScript Modules (ESM) it is built with the tsconfig.esm.json file.cjs contains the javascript files to use with CommonJS it is built with the tsconfig.cjs.json file.types contains the type declarations for Typescript it is built with the tsconfig.types.json file.The last bit of the build process is to add a single line package.json file in esm and cjs with the correct value for the type key (commonjs for cjs and module for esm).
FAQs
Development kit including type definitions and util functions for the Graasp ecosystem.
The npm package @graasp/sdk receives a total of 907 weekly downloads. As such, @graasp/sdk popularity was classified as not popular.
We found that @graasp/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
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.