You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

wtfpm

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

wtfpm

Detect common package managers

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
Maintainers
2
Weekly downloads
 
Created
Source

wtfpm

Detect common package managers.

Usage

var wtfpm = require('wtfpm');
wtfpm(function (err, managers) {
  if (err) throw err;
  console.log(managers);
});

FAQs

Package last updated on 16 May 2013

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