New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npminstall

Package Overview
Dependencies
Maintainers
2
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npminstall - npm Package Compare versions

Comparing version 1.6.5 to 1.7.0

5

History.md
1.7.0 / 2016-05-06
==================
* feat: 打印出 deprecate 模块所在位置 (#78)
1.6.5 / 2016-05-04

@@ -3,0 +8,0 @@ ==================

9

lib/install.js

@@ -125,4 +125,9 @@ /**

if (realPkg.deprecated) {
options.console.warn('[%s] %s: %s',
chalk.red(`${realPkg.name}@${realPkg.version}`), chalk.magenta('deprecate'), realPkg.deprecated);
const pkgPath = path.join(parentDir, 'node_modules', realPkg.name);
options.console.warn('[%s](%s) %s: %s',
chalk.red(`${realPkg.name}@${realPkg.version}`),
chalk.grey(pkgPath),
chalk.magenta('deprecate'),
realPkg.deprecated
);
}

@@ -129,0 +134,0 @@

{
"name": "npminstall",
"version": "1.6.5",
"version": "1.7.0",
"description": "Let npm install fast and easy",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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