New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

publish-preview

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publish-preview

npm CLI to get a preview of files that will be publish

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
8
60%
Maintainers
1
Weekly downloads
 
Created
Source

publish-preview

V0.2.1 MIT size Known Vulnerabilities Build Status

Node.js CLI to get a preview of properties and files that will be published on the NPM registry. Under the hood, the package run the following command:

npm pack --dry-run --json --loglevel=silent`

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm install publish-preview -g
# or
$ npx publish-preview

Usage example

When installed globally the pubview executable will be exposed in your terminal

$ cd yourProject
$ pubview

License

MIT

Keywords

npm

FAQs

Package last updated on 26 Aug 2025

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