🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@chappa'ai/next-package-version

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chappa'ai/next-package-version

Get the next version of each yarn workspace based on the newest changelog entries. `next-package-version` assumes that you're running with a monorepo powered by yarn workspaces.

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
2
Created
Source

Next Package Version

Get the next version of each yarn workspace based on the newest changelog entries. next-package-version assumes that you're running with a monorepo powered by yarn workspaces.

Usage

yarn add next-package-version

nextPackageVersion([options])

const nextPkgVersion = require('next-package-version');

(async () => {
	const versions = await nextPkgVersion();
})();

Options

NameTypeDescription
includePackagebooleanInclude the full contents of the package.json in the response object.

FAQs

Package last updated on 04 Jul 2019

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