
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@jsonjoy.com/fs-fsa
Advanced tools
File System Access API implementation backed by core filesystem primitives
File System Access API implementation backed by @jsonjoy.com/fs-core primitives.
Provides a File System Access API
implementation that works with the Superblock filesystem abstraction.
npm install @jsonjoy.com/fs-fsa
import { fsa } from '@jsonjoy.com/fs-fsa';
const { dir, core, FileSystemObserver } = fsa({ mode: 'readwrite' });
// Create a file
const fileHandle = await dir.getFileHandle('hello.txt', { create: true });
const writable = await fileHandle.createWritable();
await writable.write('Hello, World!');
await writable.close();
// Read a file
const file = await fileHandle.getFile();
const contents = await file.text();
console.log(contents); // 'Hello, World!'
Apache-2.0
FAQs
File System Access API implementation backed by core filesystem primitives
The npm package @jsonjoy.com/fs-fsa receives a total of 9,169,369 weekly downloads. As such, @jsonjoy.com/fs-fsa popularity was classified as popular.
We found that @jsonjoy.com/fs-fsa 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.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.