
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
This is the base framework for the grid. ## Usage ```javascript const framework = require('grid-frame')(gridWidth, gridHeight) ``` ## Framework Initialising the grid framework will return an object of the following format. ### .grid Private `grid` is a tw
This is the base framework for the grid.
const framework = require('grid-frame')(gridWidth, gridHeight)
Initialising the grid framework will return an object of the following format.
Private grid is a two dimensional array containing objects. Each object by default contains {_x: x, _y: y}.
Returns promise. Resolves value of grid[x][y] and rejects if grid[x][y] is undefined.
Returns promise. Resolves value of two dimensional array grid and rejects if grid is undefined.
Returns promise. Resolves with no value and rejects if grid[x][y] is undefined.
The read/write mechanism for storing grid in JSON format. JSON is stored in save.json within the grid-frame directory.
Returns promise. Resolves with value of grid and rejects error.
Returns promise. Resolves with no value and rejects error.
FAQs
This is the base framework for the grid. ## Usage ```javascript const framework = require('grid-frame')(gridWidth, gridHeight) ``` ## Framework Initialising the grid framework will return an object of the following format. ### .grid Private `grid` is a tw
We found that grid-frame demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.