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

npkill

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npkill - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

lib/controller.js

@@ -337,3 +337,3 @@ "use strict";

if (this.isCursorInUpperTextLimit(this.cursorPosY)) {
this.previusCursorPosY = this.cursorPosY;
this.previusCursorPosY = this.getRealCursorPosY();
this.cursorPosY--;

@@ -345,3 +345,3 @@ this.checkCursorScroll();

if (this.isCursorInLowerTextLimit(this.cursorPosY)) {
this.previusCursorPosY = this.cursorPosY;
this.previusCursorPosY = this.getRealCursorPosY();
this.cursorPosY++;

@@ -348,0 +348,0 @@ this.checkCursorScroll();

{
"name": "npkill",
"version": "0.4.0",
"version": "0.4.1",
"description": "This tool allows you to list any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.",

@@ -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