Socket
Socket
Sign inDemoInstall

npm-check-updates

Package Overview
Dependencies
Maintainers
2
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-check-updates - npm Package Compare versions

Comparing version 17.0.6 to 17.1.0

3

build/index.d.ts

@@ -39,2 +39,3 @@ import { SemVer } from 'semver-utils';

};
version?: string;
}

@@ -122,3 +123,3 @@

filterVersion?: string | RegExp | (string | RegExp)[] | FilterFunction;
/** Modify the output formatting or show additional information. Specify one or more comma-delimited values: group, ownerChanged, repo, time, lines. Run "ncu --help --format" for details. */
/** Modify the output formatting or show additional information. Specify one or more comma-delimited values: group, ownerChanged, repo, time, lines, installedVersion. Run "ncu --help --format" for details. */
format?: string[];

@@ -125,0 +126,0 @@ /** Check global packages instead of in the current project. */

{
"name": "npm-check-updates",
"version": "17.0.6",
"version": "17.1.0",
"author": "Tomas Junnonen <tomas1@gmail.com>",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -254,3 +254,3 @@ # npm-check-updates

<td><a href="#format">--format &lt;value&gt;</a></td>
<td>Modify the output formatting or show additional information. Specify one or more comma-delimited values: group, ownerChanged, repo, time, lines. (default: [])</td>
<td>Modify the output formatting or show additional information. Specify one or more comma-delimited values: group, ownerChanged, repo, time, lines, installedVersion. (default: [])</td>
</tr>

@@ -548,2 +548,3 @@ <tr>

<tr><td>lines</td><td>Prints name@version on separate lines. Useful for piping to npm install.</td></tr>
<tr><td>installedVersion</td><td>Prints the exact current version number instead of a range.</td></tr>
</table>

@@ -550,0 +551,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc