🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@istanbuljs/schema

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@istanbuljs/schema

Schemas describing various structures used by nyc and istanbuljs

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
51M
0.72%
Maintainers
5
Weekly downloads
 
Created
Source

@istanbuljs/schema

NPM Version NPM Downloads MIT

Schemas describing various structures used by nyc and istanbuljs

Usage

const {nyc} = require('@istanbuljs/schema').defaults;

console.log(`Default exclude list:\n\t* ${nyc.exclude.join('\n\t* ')}`);

Testing

  • Runtime support: See engines.node in package.json (currently >=8).
  • Running tests: Requires Node.js >=22.3.0 (uses node:test snapshot testing via t.assert.snapshot).
npm test

To update snapshots:

npm run test:update-snapshots

@istanbuljs/schema for enterprise

Available as part of the Tidelift Subscription.

The maintainers of @istanbuljs/schema and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.

FAQs

Package last updated on 13 Apr 2026

Did you know?

Socket

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.

Install

Related posts