Socket
Socket
Sign inDemoInstall

lsmod

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsmod - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -12,3 +12,3 @@ // builtin

// mainprog loads
var main_paths = require.main.paths;
var main_paths = require.main && require.main.paths || [];

@@ -15,0 +15,0 @@ module.exports = function() {

{
"name": "lsmod",
"version": "0.0.2",
"version": "0.0.3",
"description": "fetch list of modules and versions installed for the project root",

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

@@ -1,2 +0,2 @@

# lsmod [![Build Status](https://secure.travis-ci.org/shtylman/node-lsmod.png?branch=master)](https://travis-ci.org/shtylman/node-lsmod)
# lsmod [![Build Status](https://secure.travis-ci.org/defunctzombie/node-lsmod.png?branch=master)](https://travis-ci.org/defunctzombie/node-lsmod)

@@ -3,0 +3,0 @@ lsmod fetches the list of modules and the versions loaded by the entry file for your node.js app.

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