Socket
Book a DemoInstallSign in
Socket

@csstools/pack-test

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/pack-test

Verify that the published contents of your node package will pass a basic smoke test.

latest
npmnpm
Version
2.0.0
Version published
Maintainers
3
Created
Source

Pack Test

npm version Build Status

Verify that the published contents of your node package will pass a basic smoke test.
This tests creates a pack of your node modules just like npm publish and tries to import it.

Why do static analysis when you can brute force it?

API

Read the API docs

Usage

npm install @csstools/pack-test --save-dev
import { testPack } from '@csstools/pack-test';

await testPack('@csstools/pack-test');

Keywords

node

FAQs

Package last updated on 14 Jan 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