Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-update

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-update - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

lib/npm-update.js

@@ -26,3 +26,3 @@ 'use strict';

const opt = {
timeout: options.timeout || 3000,
timeout: options.timeout || 10E3,
dataType: 'json',

@@ -44,3 +44,3 @@ };

run ${chalk.cyan(`npm i ${packageName}@${semver.major(latestVersion)} -g`)}`,
run ${chalk.cyan(`npm i ${packageName}@${latestVersion} -g`)}`,
{

@@ -47,0 +47,0 @@ padding: 1,

{
"name": "npm-update",
"version": "3.0.0",
"version": "3.0.1",
"description": "npm update",

@@ -5,0 +5,0 @@ "keywords": [

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